Enable tabular unread background for new installations

This commit is contained in:
M66B
2024-02-20 22:01:09 +01:00
parent 4f8d78d387
commit 7f4d3e6a3f
3 changed files with 5 additions and 2 deletions

View File

@@ -8041,7 +8041,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
this.shadow_unread = prefs.getBoolean("shadow_unread", false);
this.shadow_border = prefs.getBoolean("shadow_border", true);
this.shadow_highlight = prefs.getBoolean("shadow_highlight", false);
this.tabular_unread_bg = prefs.getBoolean("tabular_unread_bg", false);
this.tabular_unread_bg = prefs.getBoolean("tabular_unread_bg", true);
this.threading = prefs.getBoolean("threading", true);
this.threading_unread = threading && prefs.getBoolean("threading_unread", false);
this.indentation = prefs.getBoolean("indentation", false);