Added new class to save dialog optins

This commit is contained in:
Veronica K. B. Olsen
2020-02-19 18:58:19 +01:00
parent 08abdeabb0
commit ecb739425b
2 changed files with 116 additions and 4 deletions
+1
View File
@@ -25,6 +25,7 @@ class nwFiles():
PROJ_DICT = "wordlist.txt"
SESS_INFO = "sessionInfo.log"
INDEX_FILE = "tagsIndex.json"
OPTS_FILE = "guiOptions.json"
EXPORT_OPT = "exportOptions.json"
TLINE_OPT = "timelineOptions.json"
SLOG_OPT = "sessionLogOptions.json"