From 77ec65013a0e8f3c358d81fc6dbee81bb76961e2 Mon Sep 17 00:00:00 2001 From: Sential Date: Sat, 14 Dec 2019 22:31:59 +0100 Subject: [PATCH] fix: macOS menus are wrong Closes #88 --- package.json | 2 +- src/main/index.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 565dc1d..06c2f03 100644 --- a/package.json +++ b/package.json @@ -98,4 +98,4 @@ "ia32" ] } -} +} \ No newline at end of file diff --git a/src/main/index.ts b/src/main/index.ts index 2ba2913..624dae1 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -35,6 +35,7 @@ app.on('ready', () => { Menu.buildFromTemplate([ { role: 'editMenu', + label: 'Edit', }, { label: 'Other',