Changed default subject ellipsize

This commit is contained in:
M66B
2020-07-04 09:26:11 +02:00
parent bd4869e86b
commit fe7b30a6f2
3 changed files with 8 additions and 3 deletions

View File

@@ -284,6 +284,9 @@ public class ApplicationEx extends Application {
boolean monospaced = prefs.getBoolean("monospaced", false);
if (monospaced && !BuildConfig.DEBUG)
editor.putBoolean("text_font", false);
} else if (version < 1238) {
if (!prefs.contains("subject_ellipsize"))
editor.putString("subject_ellipsize", "middle");
}
if (version < BuildConfig.VERSION_CODE)