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
f2f14563d4
commit
65a75f3fc8
1 changed files with 21 additions and 19 deletions
|
|
@ -1772,7 +1772,8 @@ class PluginManagerWindow(bui.MainWindow):
|
||||||
def spin(self, show=False):
|
def spin(self, show=False):
|
||||||
w = self._loading_spinner
|
w = self._loading_spinner
|
||||||
p = self._root_widget
|
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
|
@contextlib.contextmanager
|
||||||
def exception_handler(self):
|
def exception_handler(self):
|
||||||
|
|
@ -2055,7 +2056,8 @@ class PluginManagerWindow(bui.MainWindow):
|
||||||
self._last_filter_text = search_term
|
self._last_filter_text = search_term
|
||||||
self._last_filter_plugins = plugins
|
self._last_filter_plugins = plugins
|
||||||
|
|
||||||
if not self._columnwidget.exists(): return
|
if not self._columnwidget.exists():
|
||||||
|
return
|
||||||
|
|
||||||
if category == 'Installed':
|
if category == 'Installed':
|
||||||
plugin_names_to_draw = tuple(
|
plugin_names_to_draw = tuple(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue