Skip to content

Commit

Permalink
fix segments on repeat slider
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Mar 3, 2024
1 parent 394f3d8 commit 534e288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Frontend/pages/move_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ class _EditMoveList extends ConsumerState<EditMoveList> with TickerProviderState
value: moveList!.repeat,
min: 1,
max: 5,
divisions: 5,
divisions: 4,
label: "${moveList!.repeat.toInt()}",
onChanged: (double value) {
setState(() {
Expand Down

0 comments on commit 534e288

Please sign in to comment.