Update changelog

This commit is contained in:
Loup-Garou911XD 2025-08-09 22:05:42 +05:30
parent ce91e940ec
commit 5afbadd1d8
3 changed files with 4 additions and 6 deletions

View file

@ -1961,6 +1961,8 @@ class PluginManagerWindow(bui.MainWindow):
def get_main_window_state(self) -> bui.MainWindowState:
# Support recreating our window for back/refresh purposes.
global open_popups
# Close all open popups if ui changes.
# check pr #390 for more info.
for popup in open_popups:
try:
bui.containerwidget(edit=popup._root_widget, transition='out_scale')