mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
[systray] improvement: update checking interval on tray mode is now measured in minutes instead of seconds
This commit is contained in:
@@ -85,7 +85,7 @@ class UpdateCheck(QThread):
|
||||
if updates is not None:
|
||||
self.signal.emit(updates)
|
||||
|
||||
self.sleep(self.check_interval)
|
||||
self.sleep(int(self.check_interval * 60))
|
||||
|
||||
def run(self):
|
||||
while True:
|
||||
|
||||
Reference in New Issue
Block a user