pull/1211/head
lyswhut 2023-02-08 00:11:00 +08:00
parent 3bff44da0c
commit f33ffb55a7
1 changed files with 6 additions and 1 deletions

View File

@ -111,9 +111,14 @@ export const createWindow = () => {
width = bounds.width
height = bounds.height
}
global.lx.event_app.update_config({
'desktopLyric.x': x,
'desktopLyric.y': y,
'desktopLyric.width': width,
'desktopLyric.height': height,
})
const { shouldUseDarkColors, theme } = global.lx.theme
isWinBoundsUdating = true
/**
* Initial window options