Skip to content

Commit

Permalink
Show selected settings in tile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurogoma4D committed Oct 24, 2024
1 parent 43f8706 commit 85d1801
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/app/cores/settings/lib/src/ui/settings_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class _LocalizationModeTile extends ConsumerWidget {
}
},
title: Text(l.localizationMode),
subtitle: Text(localizationMode.label(l)),
);
}
}
Expand Down Expand Up @@ -112,6 +113,7 @@ class _FontFamilyTile extends ConsumerWidget {
}
},
title: Text(l.fontFamily),
subtitle: Text(fontFamily.label),
);
}
}
Expand Down

0 comments on commit 85d1801

Please sign in to comment.