Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The compatible info only show for installed app #131

Merged
merged 1 commit into from
Mar 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions home/app_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ def _refresh_widget_state(self, _=None):
not busy
and any(self.app.compatibility_info.values())
and self.app.compatible is False
and self.app.is_installed()
):
self.compatibility_info.value = self.COMPATIBILITY_INFO.render(
app=self.app
Expand Down
4 changes: 2 additions & 2 deletions single_app.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -87,7 +87,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
"version": "3.9.13"
}
},
"nbformat": 4,
Expand Down