mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
Reduce theme check interval to 5s on Linux
This commit is contained in:
parent
1346ffa526
commit
5d276df334
1 changed files with 1 additions and 1 deletions
|
@ -1076,7 +1076,7 @@ title="{}" {}>{}</button>""".format(
|
|||
if is_lin:
|
||||
# On Linux, the check requires invoking an external binary,
|
||||
# which we don't want to be doing frequently
|
||||
interval_secs = 10
|
||||
interval_secs = 5
|
||||
else:
|
||||
interval_secs = 2
|
||||
self.progress.timer(
|
||||
|
|
Loading…
Reference in a new issue