Save model values

Without saving these they get lost after someone saves. So saving them is more important than the model being able to override them after the fact.
This commit is contained in:
henk717 2022-02-01 18:37:52 +01:00
parent b8e08cdd63
commit d68a91ecd3
1 changed files with 2 additions and 0 deletions

View File

@ -2233,6 +2233,8 @@ def savesettings():
js["rngpersist"] = vars.rngpersist
js["nogenmod"] = vars.nogenmod
js["autosave"] = vars.autosave
js["welcome"] = vars.welcome
js["newlinemode"] = vars.newlinemode
js["antemplate"] = vars.setauthornotetemplate