Fix async

This commit is contained in:
2024-09-30 18:12:00 -04:00
parent 978873a58a
commit fe0b0895b4
2 changed files with 3 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ public partial class UpdateSettingsPanel
Cursor = Cursors.Wait;
UpdateCheck.DisplayUpdateInformation(true);
UpdateCheck.DisplayUpdateInformation(true).Wait();
Cursor = cursor;
}