mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
[ci] auto-format
This commit is contained in:
parent
4a687c9f6b
commit
4d73fb33f9
2 changed files with 24 additions and 21 deletions
|
|
@ -2083,8 +2083,10 @@ class PluginManagerWindow(bui.Window):
|
|||
if self.plugin_manager.categories != {}:
|
||||
if self.plugin_manager.categories['All'] is not None:
|
||||
category_plugins = await self.plugin_manager.categories[category if category != 'Installed' else 'All'].get_plugins()
|
||||
else: return
|
||||
else: return
|
||||
else:
|
||||
return
|
||||
else:
|
||||
return
|
||||
except (KeyError, AttributeError):
|
||||
no_internet_text = "Make sure you are connected\n to the Internet and try again."
|
||||
if bui.textwidget(query=self._plugin_manager_status_text) != no_internet_text:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue