From b6bc545e7d94308b8179f9a7167cfb501313c5d4 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Sat, 13 Apr 2024 12:08:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=BB=98=E8=AE=A4=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/defaultSetting.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/defaultSetting.ts b/src/common/defaultSetting.ts index 448dab89..4427a916 100644 --- a/src/common/defaultSetting.ts +++ b/src/common/defaultSetting.ts @@ -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,