Connect the change of view methods to all relevant actions

This commit is contained in:
Veronica Berglyd Olsen
2022-05-14 18:27:18 +02:00
parent 864b06a0e7
commit e8a0a6d5f9
4 changed files with 48 additions and 38 deletions
+8 -7
View File
@@ -132,13 +132,14 @@ class nwState(Enum):
class nwView(Enum):
PROJECT = 0
NOVEL = 1
OUTLINE = 2
DETAILS = 3
STATS = 4
SET_PROJ = 5
SET_MAIN = 6
EDITOR = 0
PROJECT = 1
NOVEL = 2
OUTLINE = 3
DETAILS = 4
STATS = 5
SET_PROJ = 6
SET_MAIN = 7
# END Enum nwView