Split up the functions to seperate files like the rest of the repo

This commit is contained in:
Marterich
2024-10-28 22:53:03 +01:00
parent 7d0e4df4ec
commit cf2f741408
14 changed files with 614 additions and 571 deletions

View File

@ -48,7 +48,7 @@ function Invoke-WPFGetInstalled {
}
})
$sync.ItemsControl.Dispatcher.Invoke([action] {
$ShowOnlyCheckedApps.Invoke($sync.SelectedApps, $sync.ItemsControl)
$ShowOnlyCheckedApps.Invoke($sync.SelectedApps)
$sync.ItemsControl.Items.Remove($sync.LoadingLabel)
})
Write-Host "Done..."