mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-08 18:28:49 +01:00
changed lewd images in options menu to enable lewd images because UI design is hard
This commit is contained in:
parent
fc4a4e764a
commit
1060000d50
1 changed files with 1 additions and 1 deletions
|
@ -758,7 +758,7 @@ screen preferences():
|
||||||
vbox:
|
vbox:
|
||||||
style_prefix "check"
|
style_prefix "check"
|
||||||
label _("Naughty Stuff")
|
label _("Naughty Stuff")
|
||||||
textbutton _("Lewd Images") action ToggleVariable("persistent.lewd", True, False)
|
textbutton _("Enable Lewd Images") action ToggleVariable("persistent.lewd", True, False)
|
||||||
|
|
||||||
|
|
||||||
vbox:
|
vbox:
|
||||||
|
|
Loading…
Reference in a new issue