1
0
Fork 0
mirror of synced 2024-05-18 19:42:54 +12:00

LaunchDialog: allow legendary to check for updates in its own way

This commit is contained in:
loathingKernel 2023-12-19 11:46:13 +02:00
parent e08169f9d6
commit b039f9e06c
No known key found for this signature in database
GPG key ID: CE0C72D0B53821FD
2 changed files with 3 additions and 3 deletions

View file

@ -54,8 +54,8 @@ class LaunchDialog(QDialog):
pass
else:
# Force an update check and notice in case there are API changes
self.core.check_for_updates(force=True)
self.core.force_show_update = True
# self.core.check_for_updates(force=True)
# self.core.force_show_update = True
if self.core.login():
logger.info("You are logged in")
else:

View file

@ -59,7 +59,7 @@ class LegendaryCore(LegendaryCoreReal):
return usr_platform if usr_platform in ("Windows", "Win32", "Mac") else os_default
def update_check_enabled(self):
return False
return True
def update_notice_enabled(self):
return False