Browse Source

Ajout raccourcis importer

Arthur Brandao 5 năm trước cách đây
mục cha
commit
f738c041aa
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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
       },
       {