mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2026-08-09 17:41:14 +10:00
fix import not working (#4762)
This commit is contained in:
@@ -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: $_"
|
||||||
|
|||||||
Reference in New Issue
Block a user