diff options
Diffstat (limited to 'game/screens.rpy')
-rw-r--r-- | game/screens.rpy | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/game/screens.rpy b/game/screens.rpy index a931fb9..4c9c4b9 100644 --- a/game/screens.rpy +++ b/game/screens.rpy @@ -720,7 +720,8 @@ screen preferences(): showif not persistent.steam: textbutton _("Auto-Login %s" % ifte(persistent.autologin is not None, _("ON"), _("OFF"))): action ToggleVariable("persistent.autologin") - textbutton _("Check Updates"): + showif not main_menu: + textbutton _("Check Updates"): action ifte(persistent.evol2cli is not None and persistent.host is not None and handle_client(launch=True, download=False), |