Prechádzať zdrojové kódy

Add delete to filebrowser context menu

Steven Silvester 8 rokov pred
rodič
commit
97cbc90c01
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  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' });