mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 11:01:23 +01:00
Use proportial font by default
This commit is contained in:
@@ -189,7 +189,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
pro = Helper.isPro(getContext());
|
||||
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getContext());
|
||||
monospaced = prefs.getBoolean("monospaced", true);
|
||||
monospaced = prefs.getBoolean("monospaced", false);
|
||||
style = prefs.getBoolean("style_toolbar", true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user