Post-abandonment stage I (add tab to settings, add option to check for updates on app launch). Fixed #76

This commit is contained in:
Bill Dengler
2016-04-15 18:04:03 -04:00
parent 3e9143d607
commit 547f9393b9
4 changed files with 17 additions and 2 deletions

View File

@@ -70,7 +70,8 @@ def setup():
if system == "Windows":
if config.app["app-settings"]["donation_dialog_displayed"] == False:
donation()
updater.do_update()
if config.app['app-settings']['check_for_updates']:
updater.do_update()
sm = sessionManager.sessionManagerController()
sm.fill_list()
if len(sm.sessions) == 0: sm.show()