pull/1155/head
lyswhut 2023-01-18 15:57:06 +08:00
parent 68d847aca5
commit c003efe1e9
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ export const setLrcConfig = (keys: Array<keyof LX.AppSetting>, setting: Partial<
isLockScreen = global.lx.appSetting['desktopLyric.isLockScreen']
if (global.lx.appSetting['desktopLyric.isLockScreen']) {
setBounds(getLyricWindowBounds(getBounds(), {
x: null,
x: 0,
y: 0,
w: global.lx.appSetting['desktopLyric.width'],
h: global.lx.appSetting['desktopLyric.height'],