diff --git a/src/common/defaultSetting.ts b/src/common/defaultSetting.ts index 422ebb18..1a9f896b 100644 --- a/src/common/defaultSetting.ts +++ b/src/common/defaultSetting.ts @@ -75,7 +75,7 @@ const defaultSetting: LX.AppSetting = { 'desktopLyric.height': 300, 'desktopLyric.x': null, 'desktopLyric.y': null, - 'desktopLyric.isLockScreen': true, + 'desktopLyric.isLockScreen': isWin, 'desktopLyric.isDelayScroll': true, 'desktopLyric.scrollAlign': 'center', 'desktopLyric.isHoverHide': false,