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