Browse Source

Ajout raccourcis importer

Arthur Brandao 5 years ago
parent
commit
f738c041aa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/main/application-menu.js

+ 1 - 0
app/main/application-menu.js

@@ -13,6 +13,7 @@ let template = [
       },
       {
         label: 'Importer',
+        accelerator: 'CmdOrCtrl+I',
         click: func.import
       },
       {