set default month practice count to 12
This commit is contained in:
parent
185e913827
commit
8e64a87631
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class MonthPracticeSetupPage extends StatefulWidget {
|
|||
}
|
||||
|
||||
class _MonthPracticeSetupState extends State<MonthPracticeSetupPage> {
|
||||
int _count = 5;
|
||||
int _count = 12;
|
||||
@override
|
||||
Widget build(BuildContext context){
|
||||
return Scaffold(
|
||||
|
|
Loading…
Add table
Reference in a new issue