mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +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):
|
async def plugin_index(self):
|
||||||
try:
|
try:
|
||||||
index = await super().get_index()
|
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.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:
|
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