1
0
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:
stonegate 2020-08-27 16:36:18 +08:00
parent 5235e90e6a
commit 7bd55e8058

View File

@ -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) {