Add a class to store last used paths

This commit is contained in:
Veronica Berglyd Olsen
2024-06-16 00:21:54 +02:00
parent 2196486454
commit 2a99cafbf2
2 changed files with 68 additions and 11 deletions
+1
View File
@@ -104,6 +104,7 @@ class nwFiles:
# Config Files
CONF_FILE = "novelwriter.conf"
RECENT_FILE = "recentProjects.json"
RECENT_PATH = "recentPaths.json"
# Project Root Files
PROJ_FILE = "nwProject.nwx"