Add color to debug msg, fix updater not allowing force check

This commit is contained in:
libraryaddict
2020-05-11 15:06:18 +12:00
parent be1bebe8d5
commit 0fe54d6683
3 changed files with 4 additions and 3 deletions

View File

@@ -160,7 +160,7 @@ public class UpdateChecker {
}
public LibsMsg doUpdateCheck() {
downloading.set(false);
downloading.set(true);
try {
update = null;