Formatting

This commit is contained in:
Marterich
2025-03-20 00:10:27 +01:00
parent 7b63feab82
commit 553c203ebc
5 changed files with 11 additions and 32 deletions

View File

@ -10,13 +10,9 @@ function Invoke-WPFUIApps {
switch ($TargetGridName) {
"appspanel" {
$dockPanel = Initialize-InstallAppsMainElement -TargetGridName $TargetGridName
$null = Initialize-InstallHeader -TargetElement $dockPanel
$sync.ItemsControl = Initialize-InstallAppArea -TargetElement $dockPanel
Initialize-InstallCategoryAppList -TargetElement $sync.ItemsControl -Apps $Apps
}
default {
Write-Output "$TargetGridName not yet implemented"