diff --git a/menu.js b/menu.js index 3f5744b4..24895c61 100644 --- a/menu.js +++ b/menu.js @@ -220,13 +220,18 @@ const mainMenuTemplate = (win) => [ }, }, { - label: 'Restart App', - click: () => {app.relaunch(); app.quit();} - } , + label: "Restart App", + click: () => { + app.relaunch(); + app.quit(); + }, + }, { - label: 'Quit App', - click: () => {app.quit();} - } + label: "Quit App", + click: () => { + app.quit(); + }, + }, ], }, ];