mirror of
https://github.com/ckaczor/WorldClockStatusWindow.git
synced 2026-01-13 17:23:18 -05:00
Fix async
This commit is contained in:
@@ -19,7 +19,7 @@ public partial class UpdateSettingsPanel
|
||||
|
||||
Cursor = Cursors.Wait;
|
||||
|
||||
UpdateCheck.DisplayUpdateInformation(true);
|
||||
UpdateCheck.DisplayUpdateInformation(true).Wait();
|
||||
|
||||
Cursor = cursor;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user