fix import not working (#4762)

This commit is contained in:
Gabi
2026-06-26 16:33:38 -07:00
committed by GitHub
parent 6ae24d071d
commit 7f0d2183e3

View File

@@ -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: $_"