Skip to content

Commit

Permalink
add true black tweet card preview
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHCJ committed May 4, 2024
1 parent 37a18d6 commit 2ff9195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/settings/settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
ListTile(
title: Text(L10n.of(context).theme),
subtitle: Text(
"${L10n.of(context).theme_mode}, ${L10n.of(context).theme}, ${L10n.of(context).true_black}, ${L10n.of(context).show_navigation_labels}",
"${L10n.of(context).theme_mode}, ${L10n.of(context).theme}, ${L10n.of(context).true_black}, ${L10n.of(context).true_black_tweet_cards} ${L10n.of(context).show_navigation_labels}",
maxLines: 1,
overflow: TextOverflow.ellipsis,
style: TextStyle(fontStyle: FontStyle.italic),
Expand Down

0 comments on commit 2ff9195

Please sign in to comment.