Items can now be renamed.

This commit is contained in:
Veronica K. B. Olsen
2019-04-24 18:11:38 +02:00
parent 184c33a59e
commit 96943d316a
6 changed files with 34 additions and 5 deletions
+1
View File
@@ -50,6 +50,7 @@ class nwItemAction(Enum):
DELETE = 10
DELETE_ROOT = 11
EMPTY_TRASH = 12
RENAME = 13
# END Enum nwItemAction