Don't save newlinemode

On second thought, it is probably better to not save this. Advanced users can add this themselves and that way newer versions of the model can override it if redownloaded.
This commit is contained in:
henk717 2022-01-31 18:41:23 +01:00
parent 729be62821
commit 8466068267
1 changed files with 0 additions and 1 deletions

View File

@ -2239,7 +2239,6 @@ def savesettings():
js["userscripts"] = vars.userscripts
js["corescript"] = vars.corescript
js["softprompt"] = vars.spfilename
js["newlinemode"] = vars.newlinemode
# Write it
if not os.path.exists('settings'):