diff --git a/electron/src/main/discord.js b/electron/src/main/discord.js index 434fc6f..96e27e9 100644 --- a/electron/src/main/discord.js +++ b/electron/src/main/discord.js @@ -30,7 +30,7 @@ export default class Discord { /** @type {Discord['defaultStatus'] | undefined} */ cachedPresence - rpcEnabled = true // Property to track RPC state + rpcEnabled = false // Property to track RPC state /** @param {import('electron').BrowserWindow} window */ constructor (window) {