Notes field

This commit is contained in:
codemann8
2023-07-29 05:10:47 -05:00
committed by aerinon
parent 9497ef36ad
commit c0c3204fd5
6 changed files with 14 additions and 5 deletions

3
CLI.py
View File

@@ -346,7 +346,8 @@ def parse_settings():
"outputpath": os.path.join("."),
"saveonexit": "ask",
"outputname": "",
"startinventoryarray": {}
"startinventoryarray": {},
"notes": ""
}
if sys.platform.lower().find("windows"):