mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-07-01 10:32:35 -05:00
hotfixes
- reworked function calling - working on correct theming support
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
#===========================================================================
|
||||
|
Reference in New Issue
Block a user