Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
calcitem committed Apr 25, 2024
1 parent b5da24e commit d367cf1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/ui/flutter_app/lib/game_page/widgets/game_board.dart
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ class _GameBoardState extends State<GameBoard>
},
child: DB().generalSettings.screenReaderSupport
? const _BoardSemantics()
: Semantics(
// TODO: Indicate how to enable accessibility.
label: S.of(context).welcome,
container: true,
),
: Semantics(
// TODO: Indicate how to enable accessibility.
label: S.of(context).welcome,
container: true,
),
);

GameController().animationController.forward();
Expand Down

0 comments on commit d367cf1

Please sign in to comment.