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:
parent
b8e08cdd63
commit
d68a91ecd3
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue