From c003efe1e932f0106cd66ff02664e81507c797c6 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Wed, 18 Jan 2023 15:57:06 +0800 Subject: [PATCH] fix type --- src/main/modules/winLyric/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'],