mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 19:28:09 -06:00
now tw blue doesn't ask for updates when running from source
This commit is contained in:
parent
6bd0161818
commit
288286f21e
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user