mirror of https://github.com/M66B/FairEmail.git
Oops
This commit is contained in:
parent
3700ff34a0
commit
bf35f26b33
|
@ -639,7 +639,7 @@ public class ApplicationEx extends Application
|
|||
} else if (version < 1931)
|
||||
editor.remove("button_force_light").remove("fake_dark");
|
||||
else if (version < 1933) {
|
||||
editor.putBoolean("lt_enabled", true);
|
||||
editor.putBoolean("lt_enabled", false);
|
||||
if (prefs.contains("disable_top")) {
|
||||
editor.putBoolean("use_top", !prefs.getBoolean("disable_top", false));
|
||||
editor.remove("disable_top");
|
||||
|
|
Loading…
Reference in New Issue