diff --git a/src/main.dev.ts b/src/main.dev.ts index 34e3847a..826ed18b 100644 --- a/src/main.dev.ts +++ b/src/main.dev.ts @@ -168,6 +168,10 @@ app.on('ready', async () => { }) ); + if (process.platform === 'darwin') { + app.dock.hide(); + } + const trayMenuHelper = new Helper([], {}, [], mainWindow, null); const tray = trayMenuHelper.createTray(); const menu = menubar({