From bbe670fc92b367bb4f938103c9bb556a5ac68691 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Thu, 6 Apr 2023 03:52:06 +0200 Subject: [PATCH] Tray: Add separator --- src/main/mainWindow.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/mainWindow.ts b/src/main/mainWindow.ts index 9f61e21..54adbf7 100644 --- a/src/main/mainWindow.ts +++ b/src/main/mainWindow.ts @@ -35,6 +35,9 @@ function initTray(win: BrowserWindow) { app.quit(); } }, + { + type: "separator" + }, { label: "Relaunch", click() {