Files can now be moved to trash

This commit is contained in:
Veronica K. B. Olsen
2019-05-04 16:24:38 +02:00
parent 7768335d3f
commit c775636a71
4 changed files with 36 additions and 26 deletions
+5 -6
View File
@@ -14,12 +14,11 @@ from enum import Enum
class nwItemType(Enum):
NO_TYPE = 0
ROOT = 1
FOLDER = 2
FILE = 3
TRASH = 4
TRASHFILE = 5
NO_TYPE = 0
ROOT = 1
FOLDER = 2
FILE = 3
TRASH = 4
# END Enum nwItemType