Skip to content

Commit 5b13d32

Browse files
Check for Updates button links to update page
1 parent 47e1dff commit 5b13d32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ASCOM.Alpaca.Simulators/Pages/Setup.razor

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,8 @@
433433
void CheckForUpdates()
434434
{
435435
ServerSettings.CheckForUpdates();
436+
System.Threading.Thread.Sleep(1500);
437+
NavManager.NavigateTo("/update");
436438
}
437439

438440
void SaveDiscovery()

0 commit comments

Comments
 (0)