From 6071ec3578162d8a640e7ac848d3dc5bf10b234b Mon Sep 17 00:00:00 2001 From: Vishal Date: Thu, 8 Aug 2024 03:04:04 +0530 Subject: [PATCH] Fixing another UI thing --- plugin_manager.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin_manager.py b/plugin_manager.py index 1b9bb20..94f171f 100644 --- a/plugin_manager.py +++ b/plugin_manager.py @@ -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)