Added always active hint

This commit is contained in:
M66B
2020-02-23 19:16:50 +01:00
parent 5c7378cdfa
commit fe37d7f26b
4 changed files with 73 additions and 1 deletions

View File

@@ -246,6 +246,7 @@ public class ApplicationEx extends Application {
} else if (version < 978) {
if (!prefs.contains("poll_interval"))
editor.putInt("poll_interval", 0);
editor.remove("first");
}
if (BuildConfig.DEBUG && false) {