Skip to content

Commit 7f0d218

Browse files
author
Gabi
authored
fix import not working (#4762)
1 parent 6ae24d0 commit 7f0d218

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

functions/public/Invoke-WPFImpex.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ function Invoke-WPFImpex {
9292
$sync.selectedFeatures = [System.Collections.Generic.List[string]]::new()
9393

9494
Update-WinUtilSelections -flatJson $flattenedJson
95+
96+
if ($sync.Form) {
97+
Reset-WPFCheckBoxes -doToggles $true
98+
}
9599
}
96100
} catch {
97101
Write-Error "An error occurred while importing: $_"

0 commit comments

Comments
 (0)