diff --git a/tray.js b/tray.js index 10e0bba1..f455d777 100644 --- a/tray.js +++ b/tray.js @@ -70,7 +70,7 @@ module.exports.setUpTray = (app, win) => { app.quit(); }, }, - { role: "quit" } + { role: "quit" }, ]; const trayMenu = Menu.buildFromTemplate(template);