diff --git a/src/shared/browserWinProperties.ts b/src/shared/browserWinProperties.ts index b190697..fb8b22a 100644 --- a/src/shared/browserWinProperties.ts +++ b/src/shared/browserWinProperties.ts @@ -13,6 +13,5 @@ export const SplashProps: BrowserWindowConstructorOptions = { width: 300, center: true, resizable: false, - maximizable: false, - alwaysOnTop: true + maximizable: false }; diff --git a/src/updater/main.ts b/src/updater/main.ts index b84081c..10934e6 100644 --- a/src/updater/main.ts +++ b/src/updater/main.ts @@ -103,7 +103,6 @@ function openNewUpdateWindow() { const win = new BrowserWindow({ width: 500, autoHideMenuBar: true, - alwaysOnTop: true, webPreferences: { preload: join(__dirname, "updaterPreload.js"), nodeIntegration: false,