Compile Winutil

This commit is contained in:
ChrisTitusTech 2024-03-31 17:11:51 +00:00 committed by github-actions[bot]
parent e1bd2a9398
commit 197162f337

View File

@ -12651,7 +12651,7 @@ $sync["CheckboxFilter"].Add_TextChanged({
continue
}
$textToSearch = $sync.CheckboxFilter.Text
$textToSearch = $sync.CheckboxFilter.Text.ToLower()
$checkBoxName = $CheckBox.Key
$textBlockName = $checkBoxName + "Link"