From 157a66b14d37cbae332ab2811ffead9e292ad731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gwozdowski?= Date: Mon, 13 Jul 2026 20:20:53 +0200 Subject: [PATCH] Update Invoke-WPFUIElements.ps1 (#4824) --- functions/public/Invoke-WPFUIElements.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/public/Invoke-WPFUIElements.ps1 b/functions/public/Invoke-WPFUIElements.ps1 index 240cbd62..9c7f00ab 100644 --- a/functions/public/Invoke-WPFUIElements.ps1 +++ b/functions/public/Invoke-WPFUIElements.ps1 @@ -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 }) } }