mirror of
https://github.com/Flowseal/tg-ws-proxy.git
synced 2026-09-06 01:57:01 +00:00
remove topmost
This commit is contained in:
@@ -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(),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user