diff --git a/scripts/main.ps1 b/scripts/main.ps1 index 09b48b72..347a5821 100644 --- a/scripts/main.ps1 +++ b/scripts/main.ps1 @@ -313,7 +313,7 @@ $sync["Form"].Add_ContentRendered({ # Check internet connectivity and disable install tab if offline #$isOnline = Test-WinUtilInternetConnection $isOnline = $true # Temporarily force online mode until we can resolve false negatives - + if (-not $isOnline) { # Disable the install tab $sync.WPFTab1BT.IsEnabled = $false