This commit is contained in:
Pr0pHesyer 2023-08-15 14:03:09 +00:00 committed by GitHub
commit 6cffc2cb62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,8 +101,8 @@ const defaultSetting: LX.AppSetting = {
'list.addMusicLocationType': 'top', 'list.addMusicLocationType': 'top',
'list.actionButtonsVisible': false, 'list.actionButtonsVisible': false,
'download.enable': false, 'download.enable': true,
'download.savePath': join(homedir(), 'Desktop'), 'download.savePath': join(homedir(), 'Downloads'),
'download.fileName': '歌名 - 歌手', 'download.fileName': '歌名 - 歌手',
'download.maxDownloadNum': 3, 'download.maxDownloadNum': 3,
'download.skipExistFile': true, 'download.skipExistFile': true,
@ -111,8 +111,8 @@ const defaultSetting: LX.AppSetting = {
'download.isDownloadRLrc': false, 'download.isDownloadRLrc': false,
'download.lrcFormat': 'utf8', 'download.lrcFormat': 'utf8',
'download.isEmbedPic': true, 'download.isEmbedPic': true,
'download.isEmbedLyric': false, 'download.isEmbedLyric': true,
'download.isEmbedLyricT': false, 'download.isEmbedLyricT': true,
'download.isEmbedLyricR': false, 'download.isEmbedLyricR': false,
'download.isUseOtherSource': false, 'download.isUseOtherSource': false,