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
4eea3ca298
commit
6e3f11db25
1 changed files with 21 additions and 19 deletions
|
|
@ -1763,7 +1763,8 @@ class PluginManagerWindow(bui.MainWindow):
|
|||
def spin(self, show=False):
|
||||
w = self._loading_spinner
|
||||
p = self._root_widget
|
||||
bui.spinnerwidget(w,visible=show) if w.exists() and p.exists() and not p.transitioning_out else None
|
||||
bui.spinnerwidget(w, visible=show) if w.exists(
|
||||
) and p.exists() and not p.transitioning_out else None
|
||||
|
||||
@contextlib.contextmanager
|
||||
def exception_handler(self):
|
||||
|
|
@ -2046,7 +2047,8 @@ class PluginManagerWindow(bui.MainWindow):
|
|||
self._last_filter_text = search_term
|
||||
self._last_filter_plugins = plugins
|
||||
|
||||
if not self._columnwidget.exists(): return
|
||||
if not self._columnwidget.exists():
|
||||
return
|
||||
|
||||
if category == 'Installed':
|
||||
plugin_names_to_draw = tuple(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue