remove topmost

This commit is contained in:
Flowseal
2026-09-04 17:35:41 +03:00
parent b23c8f6122
commit 55ec6a91df
3 changed files with 8 additions and 5 deletions
+2
View File
@@ -348,6 +348,7 @@ def _edit_config_dialog() -> None:
width=width,
height=height,
theme=theme,
topmost=False,
after_create=lambda window: _activate_app(),
)
_settings_window = root
@@ -471,6 +472,7 @@ def _show_first_run() -> None:
width=width,
height=height,
theme=theme,
topmost=False,
after_create=lambda window: _activate_app(),
)