mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2026-08-10 01:51:18 +10:00
yep
This commit is contained in:
@@ -84,11 +84,10 @@ function Invoke-WPFSelectedCheckboxesUpdate{
|
||||
}
|
||||
"Appx" {
|
||||
if ($type -eq "Add") {
|
||||
if (!$sync.selectedAppx.Contains($appKey)) {
|
||||
if (-not $sync.selectedAppx.Contains($appKey)) {
|
||||
$sync.selectedAppx.Add($appKey)
|
||||
}
|
||||
}
|
||||
else{
|
||||
} else{
|
||||
$sync.selectedAppx.Remove($appKey)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user