mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 02:43:33 +00:00
discord rpc changes (#958)
This commit is contained in:
parent
ae41fe99bb
commit
bea55d48a8
3 changed files with 113 additions and 188 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue