From 2ff919566b854a328099027174dc1e71a0d64772 Mon Sep 17 00:00:00 2001 From: mrhcjones <150591975+TheHCJ@users.noreply.github.com> Date: Sat, 4 May 2024 15:47:49 +0100 Subject: [PATCH] add true black tweet card preview --- lib/settings/settings.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/settings/settings.dart b/lib/settings/settings.dart index 33744b8..f577de8 100644 --- a/lib/settings/settings.dart +++ b/lib/settings/settings.dart @@ -94,7 +94,7 @@ class _SettingsScreenState extends State { 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),