We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634ef32 commit 242fa6fCopy full SHA for 242fa6f
scripts/main.ps1
@@ -311,8 +311,9 @@ $sync["Form"].Add_ContentRendered({
311
}
312
313
# Check internet connectivity and disable install tab if offline
314
- $isOnline = Test-WinUtilInternetConnection
315
-
+ #$isOnline = Test-WinUtilInternetConnection
+ $isOnline = $true # Temporarily force online mode until we can resolve false negatives
316
+
317
if (-not $isOnline) {
318
# Disable the install tab
319
$sync.WPFTab1BT.IsEnabled = $false
0 commit comments