mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
More Easier to Navigate with Arrow Keys than Before.
This commit is contained in:
parent
e5c7c35944
commit
6c6df5461c
1 changed files with 4 additions and 6 deletions
|
|
@ -739,13 +739,11 @@ class PluginManagerWindow(ba.Window, PluginManager):
|
|||
async def plugin_index(self):
|
||||
try:
|
||||
index = await super().get_index()
|
||||
await asyncio.gather(
|
||||
self.draw_refresh_icon(),
|
||||
self.draw_settings_icon(),
|
||||
self.setup_plugin_categories(index),
|
||||
)
|
||||
await self.select_category("All")
|
||||
await self.draw_search_bar()
|
||||
await self.setup_plugin_categories(index)
|
||||
await self.select_category("All")
|
||||
await self.draw_refresh_icon()
|
||||
await self.draw_settings_icon()
|
||||
except RuntimeError:
|
||||
# User probably went back before the PluginManagerWindow could finish loading.
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue