Fix Search Box Not Showing Apps/Tweaks Checkboxes When typing out Capital-Letters (#1770)

This commit is contained in:
Mr.k 2024-03-31 20:11:28 +03:00 committed by GitHub
parent 70533a3998
commit e1bd2a9398
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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