mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 09:16:56 +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:
|
||||
style_prefix "check"
|
||||
label _("Naughty Stuff")
|
||||
textbutton _("Lewd Images") action ToggleVariable("persistent.lewd", True, False)
|
||||
textbutton _("Enable Lewd Images") action ToggleVariable("persistent.lewd", True, False)
|
||||
|
||||
|
||||
vbox:
|
||||
|
|
Loading…
Reference in a new issue