From 7f0d2183e32808431ea9564e7fd05f8afc12d768 Mon Sep 17 00:00:00 2001 From: Gabi <218829269+GabiNun2@users.noreply.github.com> Date: Fri, 26 Jun 2026 16:33:38 -0700 Subject: [PATCH] fix import not working (#4762) --- functions/public/Invoke-WPFImpex.ps1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/functions/public/Invoke-WPFImpex.ps1 b/functions/public/Invoke-WPFImpex.ps1 index ae15a2fa..9142d6ec 100644 --- a/functions/public/Invoke-WPFImpex.ps1 +++ b/functions/public/Invoke-WPFImpex.ps1 @@ -92,6 +92,10 @@ function Invoke-WPFImpex { $sync.selectedFeatures = [System.Collections.Generic.List[string]]::new() Update-WinUtilSelections -flatJson $flattenedJson + + if ($sync.Form) { + Reset-WPFCheckBoxes -doToggles $true + } } } catch { Write-Error "An error occurred while importing: $_"