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
1 changed files with 1 additions and 1 deletions

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