- reworked function calling
- working on correct theming support
This commit is contained in:
MyDrift
2024-08-09 22:30:45 +02:00
parent 1132d53944
commit 47e80010d1
3 changed files with 40 additions and 48 deletions

View File

@ -85,9 +85,9 @@ try {
# Load the configuration files
Invoke-WPFUIElements -configVariable $sync.configs.applications -panel "install"
Invoke-WPFUIElements -configVariable $sync.configs.tweaks -panel "tweaks"
Invoke-WPFUIElements -configVariable $sync.configs.feature -panel "features"
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
#===========================================================================