Fix typos
This commit is contained in:
parent
67baf43a4d
commit
6fefa76532
1 changed files with 2 additions and 2 deletions
|
@ -28,11 +28,11 @@ $startLayout.pinnedList = $startLayout.pinnedList | Where-Object {
|
||||||
"*PrimeVideo*",
|
"*PrimeVideo*",
|
||||||
"*Netflix*",
|
"*Netflix*",
|
||||||
"*Instagram*",
|
"*Instagram*",
|
||||||
"*Chipchamp*",
|
"*Clipchamp*",
|
||||||
"*Facebook*"),
|
"*Facebook*"),
|
||||||
[System.Func[System.Object,bool]]{
|
[System.Func[System.Object,bool]]{
|
||||||
param($pattern)
|
param($pattern)
|
||||||
return $_.packageAppId -like "$pattern";
|
return $_.packagedAppId -like "$pattern";
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue