mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
Fixing another UI thing
This commit is contained in:
parent
b3601787f5
commit
6071ec3578
1 changed files with 2 additions and 0 deletions
|
|
@ -2164,6 +2164,8 @@ class PluginManagerWindow(bui.Window):
|
|||
|
||||
for plugin in self._columnwidget.get_children():
|
||||
plugin.delete()
|
||||
text_widget = bui.textwidget(parent=self._columnwidget)
|
||||
text_widget.delete()
|
||||
|
||||
await asyncio.gather(*plugin_names_to_draw)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue