Replacing Save Settings on Exit with Settings on Load

This commit is contained in:
codemann8
2023-12-13 14:02:43 -06:00
parent 9820f79b0b
commit 159dbcd8db
7 changed files with 56 additions and 38 deletions

View File

@@ -575,11 +575,11 @@
"action": "store_true",
"type": "bool"
},
"saveonexit": {
"settingsonload": {
"choices": [
"ask",
"always",
"never"
"default",
"saved",
"lastused"
]
},
"outputname": {},