summaryrefslogtreecommitdiff
path: root/game/screens.rpy
diff options
context:
space:
mode:
Diffstat (limited to 'game/screens.rpy')
-rw-r--r--game/screens.rpy8
1 files changed, 8 insertions, 0 deletions
diff --git a/game/screens.rpy b/game/screens.rpy
index b514637..f287432 100644
--- a/game/screens.rpy
+++ b/game/screens.rpy
@@ -692,6 +692,14 @@ screen preferences():
textbutton _("Built-In"):
action SetVariable("persistent.evol2cli", "builtin")
+ null height 10
+ label _("Mask password")
+ textbutton ifte(persistent.maskpass,
+ _("Enabled"),
+ _("Disabled")):
+ action ToggleVariable("persistent.maskpass")
+ null height 10
+
vbox:
style_prefix "check"