mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-12-29 01:11:30 -06:00
Fix Search Box Not Showing Apps/Tweaks Checkboxes When typing out Capital-Letters (#1770)
This commit is contained in:
parent
70533a3998
commit
e1bd2a9398
@ -381,7 +381,7 @@ $sync["CheckboxFilter"].Add_TextChanged({
|
||||
continue
|
||||
}
|
||||
|
||||
$textToSearch = $sync.CheckboxFilter.Text
|
||||
$textToSearch = $sync.CheckboxFilter.Text.ToLower()
|
||||
$checkBoxName = $CheckBox.Key
|
||||
$textBlockName = $checkBoxName + "Link"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user