chore: fix bug where Follow window always stays on top (#2837)
This commit is contained in:
parent
ac1332e3b8
commit
7cfa888a9e
|
|
@ -41,6 +41,7 @@ export function createWindow(
|
|||
show: false,
|
||||
resizable: configs?.resizable ?? true,
|
||||
autoHideMenuBar: true,
|
||||
alwaysOnTop: false,
|
||||
webPreferences: {
|
||||
preload: path.join(__dirname, "../preload/index.mjs"),
|
||||
sandbox: false,
|
||||
|
|
|
|||
Loading…
Reference in New Issue