refactor: disable always on top
This commit is contained in:
parent
96b0652a06
commit
4e0d006301
2 changed files with 1 additions and 3 deletions
|
@ -13,6 +13,5 @@ export const SplashProps: BrowserWindowConstructorOptions = {
|
|||
width: 300,
|
||||
center: true,
|
||||
resizable: false,
|
||||
maximizable: false,
|
||||
alwaysOnTop: true
|
||||
maximizable: false
|
||||
};
|
||||
|
|
|
@ -103,7 +103,6 @@ function openNewUpdateWindow() {
|
|||
const win = new BrowserWindow({
|
||||
width: 500,
|
||||
autoHideMenuBar: true,
|
||||
alwaysOnTop: true,
|
||||
webPreferences: {
|
||||
preload: join(__dirname, "updaterPreload.js"),
|
||||
nodeIntegration: false,
|
||||
|
|
Reference in a new issue