mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-05-09 15:52:08 +00:00
fix alpha in apps
This commit is contained in:
parent
89919494e5
commit
86459b7e24
@ -73,7 +73,7 @@ function Initialize-InstallCategoryAppList {
|
||||
$wrapPanel.Visibility = [Windows.Visibility]::Collapsed
|
||||
$wrapPanel.Tag = "CategoryWrapPanel_$category"
|
||||
$null = $TargetElement.Items.Add($wrapPanel)
|
||||
$appsByCategory[$category] | ForEach-Object {
|
||||
$appsByCategory[$category] |Sort-Object | ForEach-Object {
|
||||
$sync.$_ = $(Initialize-InstallAppEntry -TargetElement $wrapPanel -AppKey $_)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user