make CheckForUpdate public

This commit is contained in:
Pilzinsel64
2024-08-30 10:13:06 +02:00
parent 90ba3e8219
commit 71ed36883e

View File

@@ -70,7 +70,7 @@ public class UpdateClient(string updateUrl, AppVersion currentVersion, Channels
return info;
}
private async Task<UpdatePackageInfo?> CheckForUpdate()
public async Task<UpdatePackageInfo?> CheckForUpdate()
{
RaiseStatusChanged(UpdateStatus.Searching, UpdateStatusEvent.PreEvent);