Default enable highlight unread for new installations

This commit is contained in:
M66B
2020-03-08 21:25:20 +01:00
parent f809e2489d
commit 6ef6a3a2ec
9 changed files with 12 additions and 8 deletions

View File

@@ -659,7 +659,7 @@ public class FragmentOptionsDisplay extends FragmentBase implements SharedPrefer
swIndentation.setEnabled(swCards.isChecked());
swActionbar.setChecked(prefs.getBoolean("actionbar", true));
swHighlightUnread.setChecked(prefs.getBoolean("highlight_unread", false));
swHighlightUnread.setChecked(prefs.getBoolean("highlight_unread", true));
swColorStripe.setChecked(prefs.getBoolean("color_stripe", true));
swAvatars.setChecked(prefs.getBoolean("avatars", true));
swGravatars.setChecked(prefs.getBoolean("gravatars", false));