Added hint

This commit is contained in:
M66B
2020-03-03 12:54:11 +01:00
parent bfe295f339
commit 940552919e
4 changed files with 48 additions and 0 deletions

View File

@@ -247,6 +247,8 @@ public class ApplicationEx extends Application {
if (!prefs.contains("poll_interval"))
editor.putInt("poll_interval", 0);
editor.remove("first");
} else if (version < 1003) {
editor.putBoolean("answer_hint", true);
}
if (BuildConfig.DEBUG && false) {