Reduce theme check interval to 5s on Linux

This commit is contained in:
Matthias Metelka 2023-01-14 03:46:16 +01:00
parent 1346ffa526
commit 5d276df334

View file

@ -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(