From b76424ba9b4b7c6806e7364399c6a9b09f094110 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Wed, 6 May 2020 18:22:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=BE=E7=BD=AE-=E5=88=97?= =?UTF-8?q?=E8=A1=A8-=E6=98=AF=E5=90=A6=E6=98=BE=E7=A4=BA=E6=AD=8C?= =?UTF-8?q?=E6=9B=B2=E6=BA=90=E7=9A=84=E9=BB=98=E8=AE=A4=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E4=B8=BA=E9=80=89=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- publish/changeLog.md | 4 ++++ src/renderer/utils/index.js | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/publish/changeLog.md b/publish/changeLog.md index 3d6a8110..a42e6497 100644 --- a/publish/changeLog.md +++ b/publish/changeLog.md @@ -8,3 +8,7 @@ - 修复Linux版开启托盘无法退出的问题 - 修复某些情况下可能导致的音源输出问题 - 修复某些情况下无法开始下载任务的问题 + +### 更变 + +- 修改设置-列表-是否显示歌曲源的默认设置为选中(该变更不影响之前的设置) diff --git a/src/renderer/utils/index.js b/src/renderer/utils/index.js index 974e75da..62bad9e2 100644 --- a/src/renderer/utils/index.js +++ b/src/renderer/utils/index.js @@ -201,7 +201,7 @@ export const updateSetting = (setting, version) => { }, list: { isShowAlbumName: true, - isShowSource: false, + isShowSource: true, scroll: { enable: true, locations: {},