Merge branch 'main' into remove-trailing-whitespace-characters

This commit is contained in:
Mr.k
2024-06-29 01:05:35 +03:00
committed by GitHub
5 changed files with 419 additions and 394 deletions

View File

@ -11,9 +11,7 @@ function Get-WinUtilVariables {
[Parameter()]
[string[]]$Type
)
$keys = $sync.keys | Where-Object { $_ -like "WPF*" }
$keys = ($sync.keys).where{ $_ -like "WPF*" }
if ($Type) {
$output = $keys | ForEach-Object {
Try {