Delete operation - 1

This commit is contained in:
hajdam 2021-09-11 14:33:14 +02:00
parent 94f983f005
commit 63a683c9e9
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class ContextMenu
static
{
//resource list
addContext(new Delete());
addContext(new Delete()); //TODO add support for resources & whole parent nodes (directories)
addContext(new New());
addContext(new Open());
addContext(new QuickOpen());