This commit is contained in:
MyDrift
2024-08-11 18:23:05 +02:00
parent 506c015496
commit e6e449af94
3 changed files with 51 additions and 25 deletions

View File

@ -85,6 +85,7 @@ try {
# Load the configuration files
#Invoke-WPFUIElements -configVariable $sync.configs.nav -targetGridName "WPFMainGrid"
Invoke-WPFUIElements -configVariable $sync.configs.applications -targetGridName "appspanel" -columncount 5
Invoke-WPFUIElements -configVariable $sync.configs.tweaks -targetGridName "tweakspanel" -columncount 2
Invoke-WPFUIElements -configVariable $sync.configs.feature -targetGridName "featurespanel" -columncount 2
@ -95,7 +96,6 @@ Invoke-WPFUIElements -configVariable $sync.configs.feature -targetGridName "feat
#===========================================================================
$xaml.SelectNodes("//*[@Name]") | ForEach-Object {$sync["$("$($psitem.Name)")"] = $sync["Form"].FindName($psitem.Name)}
$xaml.SelectNodes("//*[@Name]") | ForEach-Object {write-host $($psitem.Name)}
$sync.keys | ForEach-Object {
if($sync.$psitem){