diff --git a/src/utils/createWindow.ts b/src/utils/createWindow.ts index e6c3abf41..fd76a7d14 100644 --- a/src/utils/createWindow.ts +++ b/src/utils/createWindow.ts @@ -19,11 +19,10 @@ export function createWindow(): BrowserWindow { contextIsolation: false, }, icon: appIcon, - show: false, // don't show the main window + show: false, // don't show the main window on load }); mainWindow.maximize(); const splash = new BrowserWindow({ - alwaysOnTop: true, height: 600, width: 800, transparent: true,