mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-04-01 17:12:09 +00:00
toggle showselected on GetInstalled
This commit is contained in:
parent
6b5db60ce7
commit
daf75a1d4a
@ -49,6 +49,7 @@ function Invoke-WPFGetInstalled {
|
|||||||
})
|
})
|
||||||
$sync.ItemsControl.Dispatcher.Invoke([action] {
|
$sync.ItemsControl.Dispatcher.Invoke([action] {
|
||||||
$ShowOnlyCheckedApps.Invoke($sync.SelectedApps)
|
$ShowOnlyCheckedApps.Invoke($sync.SelectedApps)
|
||||||
|
$sync["WPFSelectedFilter"].IsChecked = $true
|
||||||
$sync.ItemsControl.Items.Remove($sync.LoadingLabel)
|
$sync.ItemsControl.Items.Remove($sync.LoadingLabel)
|
||||||
})
|
})
|
||||||
Write-Host "Done..."
|
Write-Host "Done..."
|
||||||
|
Loading…
Reference in New Issue
Block a user