Skip to content

Commit 242fa6f

Browse files
temp disable of offline for online users
1 parent 634ef32 commit 242fa6f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/main.ps1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,9 @@ $sync["Form"].Add_ContentRendered({
311311
}
312312

313313
# Check internet connectivity and disable install tab if offline
314-
$isOnline = Test-WinUtilInternetConnection
315-
314+
#$isOnline = Test-WinUtilInternetConnection
315+
$isOnline = $true # Temporarily force online mode until we can resolve false negatives
316+
316317
if (-not $isOnline) {
317318
# Disable the install tab
318319
$sync.WPFTab1BT.IsEnabled = $false

0 commit comments

Comments
 (0)