mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-30 07:17:05 +08:00
GUI: Make loader animation look more snappy
This commit is contained in:
parent
e97b3a5385
commit
6c8f4f98a6
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ def gui_thread_runner(
|
|||
# No idea why pylint thinks that UpdateAnimation does not exist in SimpleGUI
|
||||
# pylint: disable=E1101 (no-member)
|
||||
progress_window["-LOADER-ANIMATION-"].UpdateAnimation(
|
||||
LOADER_ANIMATION, time_between_frames=100
|
||||
LOADER_ANIMATION, time_between_frames=75
|
||||
)
|
||||
# So we actually need to read the progress window for it to refresh...
|
||||
event, _ = progress_window.read(0.000000001)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue