Added code to create trash folder when needed.

This commit is contained in:
Veronica K. B. Olsen
2019-05-04 15:59:11 +02:00
parent 6331125b0c
commit 7768335d3f
5 changed files with 155 additions and 123 deletions
+2
View File
@@ -23,6 +23,7 @@ class nwLabels():
nwItemClass.TIMELINE : "Timeline",
nwItemClass.OBJECT : "Objects",
nwItemClass.CUSTOM : "Custom",
nwItemClass.TRASH : "Trash",
}
CLASS_FLAG = {
nwItemClass.NO_CLASS : "0",
@@ -33,6 +34,7 @@ class nwLabels():
nwItemClass.TIMELINE : "T",
nwItemClass.OBJECT : "O",
nwItemClass.CUSTOM : "X",
nwItemClass.TRASH : "R",
}
LAYOUT_NAME = {
nwItemLayout.NO_LAYOUT : "None",