mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 01:51:24 +01:00
Allow resizing of inline and attached images separately
This commit is contained in:
@@ -196,6 +196,14 @@ public class ApplicationEx extends Application {
|
||||
prefs.getBoolean("experiments", false))
|
||||
editor.putBoolean("quick_filter", true);
|
||||
editor.remove("experiments");
|
||||
|
||||
} else if (version < 889) {
|
||||
if (prefs.contains("autoresize")) {
|
||||
boolean autoresize = prefs.getBoolean("autoresize", true);
|
||||
editor.putBoolean("resize_images", autoresize);
|
||||
editor.putBoolean("resize_attachments", autoresize);
|
||||
editor.remove("autoresize");
|
||||
}
|
||||
}
|
||||
|
||||
if (BuildConfig.DEBUG && false) {
|
||||
|
||||
Reference in New Issue
Block a user