From eeee941eb3fd8cef0fb2c0de657f522fe9c51453 Mon Sep 17 00:00:00 2001 From: Chris Titus Tech Date: Mon, 6 Oct 2025 09:57:32 -0500 Subject: [PATCH] fix formatting --- scripts/main.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/main.ps1 b/scripts/main.ps1 index 09b48b72..347a5821 100644 --- a/scripts/main.ps1 +++ b/scripts/main.ps1 @@ -313,7 +313,7 @@ $sync["Form"].Add_ContentRendered({ # Check internet connectivity and disable install tab if offline #$isOnline = Test-WinUtilInternetConnection $isOnline = $true # Temporarily force online mode until we can resolve false negatives - + if (-not $isOnline) { # Disable the install tab $sync.WPFTab1BT.IsEnabled = $false