discord rpc changes (#958)

This commit is contained in:
Benjamin 2025-06-21 14:38:06 -05:00 committed by GitHub
parent ae41fe99bb
commit bea55d48a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 113 additions and 188 deletions

View file

@ -201,10 +201,8 @@ export interface SettingsState {
discord: {
clientId: string;
enabled: boolean;
enableIdle: boolean;
showAsListening: boolean;
showServerImage: boolean;
updateInterval: number;
};
font: {
builtIn: string;
@ -353,10 +351,8 @@ const initialState: SettingsState = {
discord: {
clientId: '1165957668758900787',
enabled: false,
enableIdle: false,
showAsListening: false,
showServerImage: false,
updateInterval: 15,
},
font: {
builtIn: 'Inter',