mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Update changelog
This commit is contained in:
parent
ce91e940ec
commit
5afbadd1d8
3 changed files with 4 additions and 6 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue