Skip to content

Commit

Permalink
feat: support more speed option
Browse files Browse the repository at this point in the history
  • Loading branch information
st1020 authored Aug 19, 2024
1 parent 008b8b0 commit c581d77
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/pages/player/player_item.dart
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,11 @@ class _PlayerItemState extends State<PlayerItem>
1.25,
1.5,
1.75,
2.0
2.0,
2.25,
2.5,
2.75,
3.0
];
SmartDialog.show(
useAnimation: false,
Expand Down

0 comments on commit c581d77

Please sign in to comment.