Skip to content

Commit

Permalink
tweak: increase max rounds to 10 (#241)
Browse files Browse the repository at this point in the history
set maxrounds to be 10
  • Loading branch information
nonunknown committed Apr 11, 2022
1 parent d429724 commit 270701d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/renderer/src/routes/Config/SliderSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const SliderSection: React.FC = () => {
label: "Session rounds",
valueType: "rounds",
minValue: 1,
maxValue: 8,
maxValue: 10,
value: sessionRounds,
onMouseUp: useCallback(
(e) => dispatch(setSessionRounds(parseInt(e.target.value))),
Expand Down

0 comments on commit 270701d

Please sign in to comment.