Re-enable plugin search bar

This commit is contained in:
Rikko 2022-08-08 03:47:48 +05:30
parent 1f246e3bae
commit dc236350d6

View file

@ -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