The build dialog should show the result from last build when opening

This commit is contained in:
Veronica K. B. Olsen
2020-05-31 13:38:16 +02:00
parent e9fd3f6fa4
commit 199ecc28e3
2 changed files with 73 additions and 1 deletions
+1
View File
@@ -45,6 +45,7 @@ class nwFiles():
INDEX_FILE = "tagsIndex.json"
OPTS_FILE = "guiOptions.json"
RECENT_FILE = "recentProjects.json"
BUILD_CACHE = "prevBuild.json"
# END Class nwFiles