mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 21:10:12 +02:00
thanks discord [support changing listen type]
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user