Skip to content

Commit

Permalink
add currentGameId as mutating action for rgbSlice
Browse files Browse the repository at this point in the history
  • Loading branch information
aarron-lee committed Dec 2, 2023
1 parent 4532579 commit 88bbbc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/redux-modules/rgbSlice.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,8 @@ const mutatingActionTypes = [
rgbSlice.actions.setRgbColor.type,
rgbSlice.actions.setSpeed.type,
rgbSlice.actions.setBrightness.type,
rgbSlice.actions.setHue.type
rgbSlice.actions.setHue.type,
setCurrentGameId.type
];

// persist RGB settings to the backend
Expand Down

0 comments on commit 88bbbc0

Please sign in to comment.