Reimplement item deletion

This commit is contained in:
Veronica Berglyd Olsen
2024-11-19 23:26:01 +01:00
parent 3532306833
commit 54685c8184
5 changed files with 69 additions and 353 deletions
+1 -3
View File
@@ -521,10 +521,8 @@ class ProjectBuilder:
f"%Short: {bfNote}\n\n"
)
# Also add the archive and trash folders
# Also add the archive folder
project.newRoot(nwItemClass.ARCHIVE)
project.trashFolder()
project.saveProject()
project.closeProject()