mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-04-05 03:12:29 -04: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()
|
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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user