fix import not working (#4762)

This commit is contained in:
Gabi
2026-06-26 18:33:38 -05:00
committed by GitHub
parent 6ae24d071d
commit 7f0d2183e3
+4
View File
@@ -92,6 +92,10 @@ function Invoke-WPFImpex {
$sync.selectedFeatures = [System.Collections.Generic.List[string]]::new() $sync.selectedFeatures = [System.Collections.Generic.List[string]]::new()
Update-WinUtilSelections -flatJson $flattenedJson Update-WinUtilSelections -flatJson $flattenedJson
if ($sync.Form) {
Reset-WPFCheckBoxes -doToggles $true
}
} }
} catch { } catch {
Write-Error "An error occurred while importing: $_" Write-Error "An error occurred while importing: $_"