Added discord options: showSong, idleText, listeningText

showSong (boolean): If enabled, the client will show the current song on discord.

idleText (string): This text is shown if no song is playing.

listeningText (string): This text is shown if a song is playing, but showSong is set to false.
This commit is contained in:
TheRockYT
2024-01-08 20:23:26 +01:00
parent 5bd28913da
commit 623033ccd7
4 changed files with 63 additions and 9 deletions

View File

@@ -19,6 +19,9 @@ export const settingsStore = new Store({
enableCustomHotkeys: false,
enableDiscord: false,
discord: {
showSong: false,
idleText: "Browsing Tidal",
listeningText: "Listening Tidal",
detailsPrefix: "Listening to ",
buttonText: "Play on Tidal",
includeTimestamps: true,