summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--game/screens.rpy2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/screens.rpy b/game/screens.rpy
index f287432..290f11d 100644
--- a/game/screens.rpy
+++ b/game/screens.rpy
@@ -728,7 +728,7 @@ screen preferences():
action Function(renpy.call_in_new_context, "savevm")
null height 12
showif not persistent.steam:
- textbutton _("Auto-Login %s" % ifte(persistent.autologin is not None, _("ON"), _("OFF"))):
+ textbutton _("Auto-Login %s" % ifte(persistent.autologin is True, _("ON"), _("OFF"))):
action ToggleVariable("persistent.autologin")
showif not main_menu:
textbutton _("Check Updates"):