Make update checker thread daemon

This commit is contained in:
yushijinhun
2018-11-23 23:12:38 +08:00
parent ca6920e82a
commit ab9f93d68e

View File

@@ -128,7 +128,7 @@ public final class UpdateChecker {
} }
} }
}); });
}); }, "Update Checker", true);
}); });
} }
} }