Skip to content

Commit

Permalink
DiscordRPC - default settings.keepRpcOnPause = true
Browse files Browse the repository at this point in the history
  • Loading branch information
Inrixia committed Jun 25, 2024
1 parent 72dd679 commit 26ac56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/DiscordRPC/src/Settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { SwitchSetting } from "@inrixia/lib/components/SwitchSetting";
import { onTimeUpdate } from ".";

export const settings = getSettings({
keepRpcOnPause: false,
keepRpcOnPause: true,
});

export const Settings = () => html`<${SwitchSetting}
Expand Down

0 comments on commit 26ac56d

Please sign in to comment.