Add option to disable the discord rpc idle text

This commit is contained in:
Autumn
2024-07-30 21:26:35 +10:00
parent 65f3b251f4
commit 2dd96dd48e
5 changed files with 25 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ export const settingsStore = new Store({
enableDiscord: false,
discord: {
showSong: true,
showIdle: true,
idleText: "Browsing Tidal",
usingText: "Playing media on TIDAL",
includeTimestamps: true,