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

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