mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2025-11-17 02:56:17 +00:00
Fixed bug that caused some apps not to show up in the app selection UI Co-authored-by: loadstring1 <156520308+loadstring1@users.noreply.github.com>
This commit is contained in:
@@ -172,7 +172,7 @@ function ShowAppSelectionForm {
|
||||
if ($appString.length -gt 0) {
|
||||
if ($onlyInstalledCheckBox.Checked) {
|
||||
# onlyInstalledCheckBox is checked, check if app is installed before adding it to selectionBox
|
||||
if ($listOfApps -like ("* " + $appString + " *")) {
|
||||
if ($listOfApps -like ("*" + $appString + "*")) {
|
||||
$installed = "installed"
|
||||
}
|
||||
elseif (($appString -eq "Microsoft.Edge") -and ($listOfApps -like "* XPFFTQ037JWMHS *")) {
|
||||
|
||||
Reference in New Issue
Block a user