Explorar o código

Add delete to filebrowser context menu

Steven Silvester %!s(int64=8) %!d(string=hai) anos
pai
achega
97cbc90c01
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      examples/filebrowser/src/index.ts

+ 1 - 0
examples/filebrowser/src/index.ts

@@ -219,6 +219,7 @@ function createApp(manager: IServiceManager): void {
   menu.addItem({ command: 'file-rename' });
   menu.addItem({ command: 'file-remove' });
   menu.addItem({ command: 'file-duplicate' });
+  menu.addItem({ command: 'file-delete' });
   menu.addItem({ command: 'file-cut' });
   menu.addItem({ command: 'file-copy' });
   menu.addItem({ command: 'file-paste' });