Added missing setting type

This commit is contained in:
M66B
2023-04-26 19:57:47 +02:00
parent 0f2f4b3b11
commit 1d3abc8b2b
2 changed files with 7 additions and 2 deletions

View File

@@ -700,8 +700,6 @@ public class ApplicationEx extends Application
editor.putBoolean("plain_only_reply", true);
} else if (version < 2046)
editor.remove("message_junk");
else if (version < 2068)
editor.remove("openai_temperature");
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
editor.remove("background_service");