There was an error while loading. Please reload this page.
1 parent 6ae24d0 commit 7f0d218Copy full SHA for 7f0d218
1 file changed
functions/public/Invoke-WPFImpex.ps1
@@ -92,6 +92,10 @@ function Invoke-WPFImpex {
92
$sync.selectedFeatures = [System.Collections.Generic.List[string]]::new()
93
94
Update-WinUtilSelections -flatJson $flattenedJson
95
+
96
+ if ($sync.Form) {
97
+ Reset-WPFCheckBoxes -doToggles $true
98
+ }
99
}
100
} catch {
101
Write-Error "An error occurred while importing: $_"
0 commit comments