mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-17 13:46:07 -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()
|
||||
if config.app["app-settings"]["donation_dialog_displayed"] == False:
|
||||
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()
|
||||
sm = sessionManager.sessionManagerController()
|
||||
sm.fill_list()
|
||||
|
Reference in New Issue
Block a user