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*",
|
||||
"*Netflix*",
|
||||
"*Instagram*",
|
||||
"*Chipchamp*",
|
||||
"*Clipchamp*",
|
||||
"*Facebook*"),
|
||||
[System.Func[System.Object,bool]]{
|
||||
param($pattern)
|
||||
return $_.packageAppId -like "$pattern";
|
||||
return $_.packagedAppId -like "$pattern";
|
||||
}));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue