mirror of
https://github.com/stonega/tsacdop
synced 2025-01-24 20:52:56 +01:00
Add 5s to skip seconds to select.
This commit is contained in:
parent
5235e90e6a
commit
7bd55e8058
@ -13,7 +13,7 @@ import '../util/custom_dropdown.dart';
|
||||
import '../util/custom_time_picker.dart';
|
||||
import '../util/extension_helper.dart';
|
||||
|
||||
const List secondsToSelect = [10, 15, 20, 25, 30, 45, 60];
|
||||
const List secondsToSelect = [5, 10, 15, 20, 25, 30, 45, 60];
|
||||
|
||||
class PlaySetting extends StatelessWidget {
|
||||
String _volumeEffect(BuildContext context, int i) {
|
||||
|
Loading…
Reference in New Issue
Block a user