Use proportial font by default

This commit is contained in:
M66B
2019-03-27 09:22:27 +00:00
parent 1d083275fd
commit 07bd30c843
4 changed files with 4 additions and 4 deletions

View File

@@ -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;