updater - loading and version checking

This commit is contained in:
ingvar1995 2016-09-23 20:37:32 +03:00
parent 9fe9ba4743
commit 006b3cd197
5 changed files with 60 additions and 10 deletions

View file

@ -15,6 +15,7 @@ import platform
import toxencryptsave
from passwordscreen import PasswordScreen, UnlockAppScreen, SetProfilePasswordScreen
from plugin_support import PluginLoader
import updater
class Toxygen:
@ -278,6 +279,7 @@ class Toxygen:
app.connect(app, QtCore.SIGNAL("lastWindowClosed()"), app, QtCore.SLOT("quit()"))
app.exec_()
self.init.stop = True
self.mainloop.stop = True
self.avloop.stop = True