From de14d64927118a86b95bab6f61af7c33a25b82f7 Mon Sep 17 00:00:00 2001 From: TC Date: Fri, 8 Apr 2022 15:17:36 +0200 Subject: [PATCH] nit: re-align quit menu --- tray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);