GUI: Also add list operation to autoscroll exclusion

This commit is contained in:
Orsiris de Jong 2024-06-17 16:53:01 +02:00
parent 80d95d69b7
commit 6f265f7402

View file

@ -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,
)
],
[