updater fixes

This commit is contained in:
ingvar1995 2016-10-15 19:47:02 +03:00
parent ecf045182a
commit 1e6201b3fa
4 changed files with 20 additions and 2 deletions

View file

@ -260,7 +260,7 @@ class Toxygen:
self.tray.activated.connect(tray_activated)
updating = False
if settings['update']: # auto update
if settings['update'] and updater.connection_available(): # auto update
version = updater.check_for_updates()
if version is not None:
if settings['update'] == 2: