Skip to content

Commit

Permalink
Commented fixTeams block
Browse files Browse the repository at this point in the history
  • Loading branch information
uliana57 committed Nov 17, 2019
1 parent aadd08e commit e6a30fa
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions lib/match.dart
Original file line number Diff line number Diff line change
Expand Up @@ -254,18 +254,18 @@ class _SettingsDialogState extends State<SettingsDialog> {
});
},
),
Row(children: [
Checkbox(
value: currentSetFixTeams,
onChanged: (value) {
setState(() {
currentSetFixTeams = value;
});
}),
Text('Фиксировать команды',
style: TextStyle(
fontSize: 12, color: Colors.black.withOpacity(0.5)))
])
// Row(children: [
// Checkbox(
// value: currentSetFixTeams,
// onChanged: (value) {
// setState(() {
// currentSetFixTeams = value;
// });
// }),
// Text('Фиксировать команды',
// style: TextStyle(
// fontSize: 12, color: Colors.black.withOpacity(0.5)))
// ])
]))),
actions: <Widget>[
FlatButton(
Expand Down

0 comments on commit e6a30fa

Please sign in to comment.