Reverted bad changes

This commit is contained in:
3top1a 2024-10-17 20:47:40 +02:00
parent b1830f5684
commit 3dc42eceb0
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ const observer = () => {
const defaultPresence = {
largeImageKey: "tidal-hifi-icon",
largeImageText: `Tidal`,
largeImageText: `TIDAL Hi-Fi ${app.getVersion()}`,
instance: false,
};
@ -61,7 +61,7 @@ const getActivity = (): DRPC.Presence => {
const includeTimestamps =
settingsStore.get<string, boolean>(settings.discord.includeTimestamps) ?? true;
const detailsPrefix =
settingsStore.get<string, string>(settings.discord.detailsPrefix) ?? "";
settingsStore.get<string, string>(settings.discord.detailsPrefix) ?? "Listening to ";
const buttonText =
settingsStore.get<string, string>(settings.discord.buttonText) ?? "Play on TIDAL";

View File

@ -47,7 +47,7 @@ export const settingsStore = new Store({
idleText: "Browsing Tidal",
usingText: "Playing media on TIDAL",
includeTimestamps: true,
detailsPrefix: "",
detailsPrefix: "Listening to ",
buttonText: "Play on Tidal",
},
ListenBrainz: {