mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
thanks discord [support changing listen type]
This commit is contained in:
parent
284db988c9
commit
906ffee8bc
4 changed files with 35 additions and 2 deletions
|
|
@ -181,6 +181,7 @@ export interface SettingsState {
|
|||
clientId: string;
|
||||
enableIdle: boolean;
|
||||
enabled: boolean;
|
||||
showAsListening: boolean;
|
||||
showServerImage: boolean;
|
||||
updateInterval: number;
|
||||
};
|
||||
|
|
@ -306,6 +307,7 @@ const initialState: SettingsState = {
|
|||
clientId: '1165957668758900787',
|
||||
enableIdle: false,
|
||||
enabled: false,
|
||||
showAsListening: false,
|
||||
showServerImage: false,
|
||||
updateInterval: 15,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue