1 parent 242fa6f commit eeee941Copy full SHA for eeee941
1 file changed
scripts/main.ps1
@@ -313,7 +313,7 @@ $sync["Form"].Add_ContentRendered({
313
# Check internet connectivity and disable install tab if offline
314
#$isOnline = Test-WinUtilInternetConnection
315
$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