mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Re-enable plugin search bar
This commit is contained in:
parent
1f246e3bae
commit
dc236350d6
1 changed files with 1 additions and 1 deletions
|
|
@ -722,7 +722,7 @@ class PluginManagerWindow(ba.Window, PluginManager):
|
||||||
self.setup_plugin_categories(index),
|
self.setup_plugin_categories(index),
|
||||||
)
|
)
|
||||||
await self.select_category("All")
|
await self.select_category("All")
|
||||||
# await self.draw_search_bar()
|
await self.draw_search_bar()
|
||||||
except RuntimeError:
|
except RuntimeError:
|
||||||
# User probably went back before the PluginManagerWindow could finish loading.
|
# User probably went back before the PluginManagerWindow could finish loading.
|
||||||
pass
|
pass
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue