1
0
Arsekl 3 лет назад
Родитель
Сommit
650dad6dae
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/extensions/menubar/index.ts

+ 1 - 1
src/extensions/menubar/index.ts

@@ -37,7 +37,7 @@ function handleMenuBarEvents() {
                     }).catch(r => message.error("Failure"))
                 }
                 break;
-            case 'Open': {
+            case 'openFile': {
                 jumpToCoder()
                 break;
             }