Added the archive root folder type

This commit is contained in:
Veronica K. B. Olsen
2020-08-16 16:10:30 +02:00
parent ce21670931
commit b62cfc017b
3 changed files with 6 additions and 1 deletions
+2 -1
View File
@@ -48,7 +48,8 @@ class nwItemClass(Enum):
OBJECT = 6
ENTITY = 7
CUSTOM = 8
TRASH = 9
ARCHIVE = 9
TRASH = 10
# END Enum nwItemClass