mirror of
https://github.com/netinvent/npbackup.git
synced 2025-11-10 22:23:09 +08:00
GUI: Also add list operation to autoscroll exclusion
This commit is contained in:
parent
80d95d69b7
commit
6f265f7402
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ def gui_thread_runner(
|
|||
size=(70, 15),
|
||||
visible=not __compact,
|
||||
# Setting autoscroll=True on not visible Multiline takes seconds on updates
|
||||
autoscroll=False if __fn_name == "backup" else True,
|
||||
autoscroll=False if __fn_name in ("backup", "list") else True,
|
||||
)
|
||||
],
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue