mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Oops
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user