Skip to content

Commit

Permalink
true black turns on true black tweet cards
Browse files Browse the repository at this point in the history
  • Loading branch information
itsharley committed May 6, 2024
1 parent 1308337 commit 6f0f617
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/settings/_theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ class SettingsThemeFragment extends StatelessWidget {
subtitle: Text(
L10n.of(context).use_true_black_for_the_dark_mode_theme,
),
onChange: (bool changeValue) {
prefs.set(optionThemeTrueBlackTweetCards, changeValue);
},
),
PrefSwitch(
title: Text(L10n.of(context).true_black_tweet_cards),
Expand Down

0 comments on commit 6f0f617

Please sign in to comment.