Skip to content

Commit 2ff9195

Browse files
committed
add true black tweet card preview
1 parent 37a18d6 commit 2ff9195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/settings/settings.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
9494
ListTile(
9595
title: Text(L10n.of(context).theme),
9696
subtitle: Text(
97-
"${L10n.of(context).theme_mode}, ${L10n.of(context).theme}, ${L10n.of(context).true_black}, ${L10n.of(context).show_navigation_labels}",
97+
"${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}",
9898
maxLines: 1,
9999
overflow: TextOverflow.ellipsis,
100100
style: TextStyle(fontStyle: FontStyle.italic),

0 commit comments

Comments
 (0)