Added settings to enable/disable color stripes, quick filter and quick scroll

This commit is contained in:
M66B
2019-12-30 11:44:09 +01:00
parent 7a02055253
commit 3f1c6a949a
10 changed files with 94 additions and 11 deletions

View File

@@ -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) {