chore: updates
This commit is contained in:
@@ -50,7 +50,7 @@ const uiSlice = createSlice({
|
||||
initialState,
|
||||
reducers: {
|
||||
fillUI(state, action: PayloadAction<Partial<UIState>>) {
|
||||
const { SSEStatus, ready, online, msgSound = true, ...rest } = action.payload;
|
||||
const { SSEStatus, ready, online, msgSound = false, ...rest } = action.payload;
|
||||
window.MSG_SOUND = msgSound;
|
||||
return { ...state, msgSound, ...rest };
|
||||
},
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user