mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 17:40:34 +01:00
Added settings to enable/disable color stripes, quick filter and quick scroll
This commit is contained in:
@@ -190,6 +190,12 @@ public class ApplicationEx extends Application {
|
||||
} else if (version < 844) {
|
||||
if (prefs.getBoolean("schedule", false))
|
||||
editor.putBoolean("enabled", true);
|
||||
|
||||
} else if (version < 874) {
|
||||
if (prefs.contains("experiments") &&
|
||||
prefs.getBoolean("experiments", false))
|
||||
editor.putBoolean("quick_filter", true);
|
||||
editor.remove("experiments");
|
||||
}
|
||||
|
||||
if (BuildConfig.DEBUG && false) {
|
||||
|
||||
Reference in New Issue
Block a user