Add menu to view bar settings, and add build button

This commit is contained in:
Veronica Berglyd Olsen
2022-05-22 17:00:45 +02:00
parent 4a4ed32fe6
commit 2425af4bfe
4 changed files with 34 additions and 26 deletions
+4 -8
View File
@@ -132,14 +132,10 @@ class nwState(Enum):
class nwView(Enum):
EDITOR = 0
PROJECT = 1
NOVEL = 2
OUTLINE = 3
DETAILS = 4
STATS = 5
SET_PROJ = 6
SET_MAIN = 7
EDITOR = 0
PROJECT = 1
NOVEL = 2
OUTLINE = 3
# END Enum nwView