mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-12-17 09:45:22 +00:00
fix formatting
This commit is contained in:
parent
242fa6f210
commit
eeee941eb3
@ -313,7 +313,7 @@ $sync["Form"].Add_ContentRendered({
|
|||||||
# Check internet connectivity and disable install tab if offline
|
# 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
|
$isOnline = $true # Temporarily force online mode until we can resolve false negatives
|
||||||
|
|
||||||
if (-not $isOnline) {
|
if (-not $isOnline) {
|
||||||
# Disable the install tab
|
# Disable the install tab
|
||||||
$sync.WPFTab1BT.IsEnabled = $false
|
$sync.WPFTab1BT.IsEnabled = $false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user