Fixing another UI thing

This commit is contained in:
Vishal 2024-08-08 03:04:04 +05:30 committed by GitHub
parent b3601787f5
commit 6071ec3578
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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