mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2024-11-22 13:32:42 +01:00
Reverted bad changes
This commit is contained in:
parent
b1830f5684
commit
3dc42eceb0
@ -22,7 +22,7 @@ const observer = () => {
|
|||||||
|
|
||||||
const defaultPresence = {
|
const defaultPresence = {
|
||||||
largeImageKey: "tidal-hifi-icon",
|
largeImageKey: "tidal-hifi-icon",
|
||||||
largeImageText: `Tidal`,
|
largeImageText: `TIDAL Hi-Fi ${app.getVersion()}`,
|
||||||
instance: false,
|
instance: false,
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -61,7 +61,7 @@ const getActivity = (): DRPC.Presence => {
|
|||||||
const includeTimestamps =
|
const includeTimestamps =
|
||||||
settingsStore.get<string, boolean>(settings.discord.includeTimestamps) ?? true;
|
settingsStore.get<string, boolean>(settings.discord.includeTimestamps) ?? true;
|
||||||
const detailsPrefix =
|
const detailsPrefix =
|
||||||
settingsStore.get<string, string>(settings.discord.detailsPrefix) ?? "";
|
settingsStore.get<string, string>(settings.discord.detailsPrefix) ?? "Listening to ";
|
||||||
const buttonText =
|
const buttonText =
|
||||||
settingsStore.get<string, string>(settings.discord.buttonText) ?? "Play on TIDAL";
|
settingsStore.get<string, string>(settings.discord.buttonText) ?? "Play on TIDAL";
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ export const settingsStore = new Store({
|
|||||||
idleText: "Browsing Tidal",
|
idleText: "Browsing Tidal",
|
||||||
usingText: "Playing media on TIDAL",
|
usingText: "Playing media on TIDAL",
|
||||||
includeTimestamps: true,
|
includeTimestamps: true,
|
||||||
detailsPrefix: "",
|
detailsPrefix: "Listening to ",
|
||||||
buttonText: "Play on Tidal",
|
buttonText: "Play on Tidal",
|
||||||
},
|
},
|
||||||
ListenBrainz: {
|
ListenBrainz: {
|
||||||
|
Loading…
Reference in New Issue
Block a user