This commit is contained in:
2021-07-01 01:44:56 -05:00
parent 47140a15fe
commit 863aa68070
2 changed files with 7 additions and 3 deletions

View File

@ -836,6 +836,11 @@ screen preferences():
style_prefix "check"
label _("Naughty Stuff")
textbutton _("Enable Lewd Images") action ToggleVariable("persistent.lewd", True, False)
vbox:
style_prefix "check"
label _("Requires Restart")
textbutton _("Enable Forward-Scroll Movement") action ToggleVariable("persistent.scroll", True, False)
vbox: