diff --git a/src/main/modules/winLyric/config.ts b/src/main/modules/winLyric/config.ts index 3c7c3d5e..6a04a351 100644 --- a/src/main/modules/winLyric/config.ts +++ b/src/main/modules/winLyric/config.ts @@ -55,7 +55,7 @@ export const setLrcConfig = (keys: Array, 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'],