Make update checker thread daemon

This commit is contained in:
yushijinhun 2018-11-23 23:12:38 +08:00
parent ca6920e82a
commit ab9f93d68e
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4

View File

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