mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-11 11:33:09 +02:00
Use proportial font by default
This commit is contained in:
@@ -2975,7 +2975,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
this.compact = compact;
|
||||
this.name_email = prefs.getBoolean("name_email", !compact);
|
||||
this.subject_italic = prefs.getBoolean("subject_italic", true);
|
||||
this.monospaced = prefs.getBoolean("monospaced", true);
|
||||
this.monospaced = prefs.getBoolean("monospaced", false);
|
||||
this.zoom = zoom;
|
||||
this.sort = sort;
|
||||
this.duplicates = duplicates;
|
||||
|
||||
Reference in New Issue
Block a user