fix: set default option for hideDurationLeft

This commit is contained in:
Amsyar Rasyiq
2022-08-23 22:56:14 +08:00
committed by GitHub
parent 0c0cb0501c
commit 927596d0c1

View File

@ -49,7 +49,7 @@ const defaultConfig = {
activityTimoutEnabled: true, // if enabled, the discord rich presence gets cleared when music paused after the time specified below
activityTimoutTime: 10 * 60 * 1000, // 10 minutes
listenAlong: true, // add a "listen along" button to rich presence
displayDurationLeft: true, // add the start and end time of the song to rich presence
hideDurationLeft: false, // hides the start and end time of the song to rich presence
},
notifications: {
enabled: false,