mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-05 21:46:06 -04:00
now tw blue doesn't ask for updates when running from source
This commit is contained in:
@@ -71,7 +71,7 @@ def setup():
|
|||||||
check_pid()
|
check_pid()
|
||||||
if config.app["app-settings"]["donation_dialog_displayed"] == False:
|
if config.app["app-settings"]["donation_dialog_displayed"] == False:
|
||||||
donation()
|
donation()
|
||||||
if config.app['app-settings']['check_for_updates']:
|
if config.app['app-settings']['check_for_updates'] and getattr(sys, 'frozen', False):
|
||||||
updater.do_update()
|
updater.do_update()
|
||||||
sm = sessionManager.sessionManagerController()
|
sm = sessionManager.sessionManagerController()
|
||||||
sm.fill_list()
|
sm.fill_list()
|
||||||
|
Reference in New Issue
Block a user