Skip to content

Commit

Permalink
Fix Search Box Not Showing Apps/Tweaks Checkboxes When typing out Cap…
Browse files Browse the repository at this point in the history
…ital-Letters
  • Loading branch information
og-mrk committed Mar 31, 2024
1 parent 4a7c8a3 commit 04f491a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/main.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ $sync["CheckboxFilter"].Add_TextChanged({
continue
}

$textToSearch = $sync.CheckboxFilter.Text
$textToSearch = $sync.CheckboxFilter.Text.ToLower()
$checkBoxName = $CheckBox.Key
$textBlockName = $checkBoxName + "Link"

Expand Down

0 comments on commit 04f491a

Please sign in to comment.