更新默认设置

pull/1405/head
lyswhut 2023-06-06 12:20:29 +08:00
parent d93fbd699d
commit 76981a59d4
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ const defaultSetting: LX.AppSetting = {
'desktopLyric.height': 300, 'desktopLyric.height': 300,
'desktopLyric.x': null, 'desktopLyric.x': null,
'desktopLyric.y': null, 'desktopLyric.y': null,
'desktopLyric.isLockScreen': true, 'desktopLyric.isLockScreen': isWin,
'desktopLyric.isDelayScroll': true, 'desktopLyric.isDelayScroll': true,
'desktopLyric.scrollAlign': 'center', 'desktopLyric.scrollAlign': 'center',
'desktopLyric.isHoverHide': false, 'desktopLyric.isHoverHide': false,