add back in mod menu options

This commit is contained in:
2024-10-05 08:06:25 -05:00
parent f0892157ab
commit 6c283a8dcd
2 changed files with 11 additions and 0 deletions

View File

@@ -139,6 +139,11 @@ default persistent.enable_debug_scores = config.developer
default persistent.enable_chapter_select = config.developer
default persistent.lewd = False
default persistent.autoup = False
default persistent.show_mod_screenshots = True
init -1000 python:
if persistent.newmods_default_state == None:
persistent.newmods_default_state = True
init python:
# No idea what this does