This commit is contained in:
M66B
2022-12-21 18:20:03 +01:00
parent 3700ff34a0
commit bf35f26b33

View File

@@ -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");