Added LanguageTool option

This commit is contained in:
M66B
2022-07-09 07:47:29 +02:00
parent 1346eb08e4
commit fb9b15065b
8 changed files with 100 additions and 5 deletions

View File

@@ -636,6 +636,8 @@ public class ApplicationEx extends Application
editor.putBoolean("auto_identity", true);
} else if (version < 1931)
editor.remove("button_force_light").remove("fake_dark");
else if (version < 1933)
editor.putBoolean("lt_enabled", true);
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
editor.remove("background_service");