Fix menu help item

This commit is contained in:
Nick Denry 2020-06-17 14:38:16 +03:00
parent 5eefd063d7
commit 85bfaf78a7
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ menuService.createMenu = () => {
const help = { const help = {
label: 'Help', label: 'Help',
submenu: [ submenu: [
... !isMac ? [help] : [], ... !isMac ? [about] : [],
{ {
label: 'Debug info', label: 'Debug info',
accelerator: 'F12', accelerator: 'F12',