chore: updates

This commit is contained in:
Tristan Yang
2024-07-09 11:38:14 +08:00
parent 7b82047469
commit 2a830af645
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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.