更新默认设置

pull/1853/head
lyswhut 2024-04-13 12:08:32 +08:00
parent 85326be7bb
commit b6bc545e7d
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ const defaultSetting: LX.AppSetting = {
'player.isShowLyricTranslation': false,
'player.isShowLyricRoma': false,
'player.isS2t': false,
'player.isPlayLxlrc': isWin,
'player.isPlayLxlrc': !isMac,
'player.isSavePlayTime': false,
'player.audioVisualization': false,
'player.waitPlayEndStop': true,
@ -63,7 +63,7 @@ const defaultSetting: LX.AppSetting = {
'playDetail.isZoomActiveLrc': false,
'playDetail.isShowLyricProgressSetting': false,
'playDetail.style.fontSize': 100,
'playDetail.style.fontSize': 140,
'playDetail.style.align': 'center',
'desktopLyric.enable': false,