remove dispatcher

This commit is contained in:
MyDrift 2024-08-22 18:56:12 +02:00
parent ac63c2a492
commit 23f11d36fe
2 changed files with 5 additions and 10 deletions

View File

@ -84,15 +84,10 @@ try {
# Load the configuration files
#Invoke-WPFUIElements -configVariable $sync.configs.nav -targetGridName "WPFMainGrid"
$sync.form.Dispatcher.Invoke([action] {
Invoke-WPFUIElements -configVariable $sync.configs.applications -targetGridName "appspanel" -columncount 5
})
$sync.form.Dispatcher.Invoke([action] {
Invoke-WPFUIElements -configVariable $sync.configs.tweaks -targetGridName "tweakspanel" -columncount 2
})
$sync.form.Dispatcher.Invoke([action] {
Invoke-WPFUIElements -configVariable $sync.configs.feature -targetGridName "featurespanel" -columncount 2
})
#===========================================================================
# Store Form Objects In PowerShell