mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-09 21:17:47 +08:00
Improve UX
This commit is contained in:
parent
6cec3c7dc5
commit
be6b8b268e
1 changed files with 1 additions and 1 deletions
|
@ -215,13 +215,13 @@ def gui_thread_runner(
|
||||||
full_layout,
|
full_layout,
|
||||||
use_custom_titlebar=True,
|
use_custom_titlebar=True,
|
||||||
grab_anywhere=True,
|
grab_anywhere=True,
|
||||||
keep_on_top=True,
|
|
||||||
disable_close=True, # Don't allow closing this window via "X" since we still need to update it
|
disable_close=True, # Don't allow closing this window via "X" since we still need to update it
|
||||||
background_color=BG_COLOR_LDR,
|
background_color=BG_COLOR_LDR,
|
||||||
titlebar_icon=OEM_ICON,
|
titlebar_icon=OEM_ICON,
|
||||||
)
|
)
|
||||||
# Finalize the window
|
# Finalize the window
|
||||||
event, values = progress_window.read(timeout=0.01)
|
event, values = progress_window.read(timeout=0.01)
|
||||||
|
progress_window.bring_to_front()
|
||||||
|
|
||||||
read_stdout_queue = __stdout
|
read_stdout_queue = __stdout
|
||||||
read_stderr_queue = True
|
read_stderr_queue = True
|
||||||
|
|
Loading…
Add table
Reference in a new issue