Update Invoke-WPFUIElements.ps1 (#4824)

This commit is contained in:
Paweł Gwozdowski
2026-07-13 20:20:53 +02:00
committed by GitHub
parent 9791386f53
commit 157a66b14d

View File

@@ -441,7 +441,7 @@ function Invoke-WPFUIElements {
$sync[$entryInfo.Name].Add_Unchecked({
[System.Object]$Sender = $args[0]
Invoke-WPFSelectedCheckboxesUpdate -type "Remove" -checkbox $Sender.name
Invoke-WPFSelectedCheckboxesUpdate -type "Remove" -checkboxName $Sender.name
})
}
}