Added a log file that appends session stats.

This commit is contained in:
Veronica K. B. Olsen
2019-05-26 14:39:13 +02:00
parent 601bd3dca6
commit 367d2c5014
6 changed files with 42 additions and 7 deletions
+1
View File
@@ -17,6 +17,7 @@ class nwFiles():
APP_ICON = "novelWriter.svg"
PROJ_FILE = "nwProject.nwx"
PROJ_DICT = "wordlist.txt"
SESS_INFO = "sessionInfo.log"
# END Class nwFiles