mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-02-04 06:50:09 +00:00
temp disable of offline for online users
This commit is contained in:
@@ -311,7 +311,8 @@ $sync["Form"].Add_ContentRendered({
|
||||
}
|
||||
|
||||
# Check internet connectivity and disable install tab if offline
|
||||
$isOnline = Test-WinUtilInternetConnection
|
||||
#$isOnline = Test-WinUtilInternetConnection
|
||||
$isOnline = $true # Temporarily force online mode until we can resolve false negatives
|
||||
|
||||
if (-not $isOnline) {
|
||||
# Disable the install tab
|
||||
|
||||
Reference in New Issue
Block a user