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.actionButtonsVisible': false,
'download.enable': false,
'download.savePath': join(homedir(), 'Desktop'),
'download.enable': true,
'download.savePath': join(homedir(), 'Downloads'),
'download.fileName': '歌名 - 歌手',
'download.maxDownloadNum': 3,
'download.skipExistFile': true,
@ -111,8 +111,8 @@ const defaultSetting: LX.AppSetting = {
'download.isDownloadRLrc': false,
'download.lrcFormat': 'utf8',
'download.isEmbedPic': true,
'download.isEmbedLyric': false,
'download.isEmbedLyricT': false,
'download.isEmbedLyric': true,
'download.isEmbedLyricT': true,
'download.isEmbedLyricR': false,
'download.isUseOtherSource': false,