This commit is contained in:
Nilesh Mukherjee 2025-04-03 11:37:46 +05:30
commit d5f17b95c4

View File

@ -130,4 +130,4 @@ function Initialize-InstallAppEntry {
# Add the border to the corresponding Category
$TargetElement.Children.Add($border) | Out-Null
return $checkbox
}
}