chore: fix bug where Follow window always stays on top (#2837)

This commit is contained in:
JulySong 2025-02-21 14:57:42 +08:00 committed by GitHub
parent ac1332e3b8
commit 7cfa888a9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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,