From 2e96cb1fbc811e1764f24962122c5d33c1d51ac9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 3 Jul 2023 08:11:17 -0300 Subject: Tweak a minor display bug in Auto Login setting --- game/screens.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"): -- cgit v1.2.3-60-g2f50