fix: redundant call

Signed-off-by: Mihai <cristian@mihaimuresan.com>
This commit is contained in:
Mihai 2026-02-17 21:23:01 +01:00
parent 4f2fde790a
commit 59eb735a40
1 changed files with 0 additions and 4 deletions

View File

@ -86,10 +86,6 @@ export function createMainWindow() {
// load the entrypoint
mainWindow.loadURL(BUILD_URL.toString());
if (startHidden) {
mainWindow.hide();
}
// minimise window to tray
mainWindow.on("close", (event) => {
if (!shouldQuit && config.minimiseToTray) {