diff --git a/scripts/main.ps1 b/scripts/main.ps1 index 4895437e..e17b7225 100644 --- a/scripts/main.ps1 +++ b/scripts/main.ps1 @@ -391,7 +391,7 @@ Add-Type @" }) -# Load Checkboxes and Labels outside of the Filter fuction only once on startup for performance reasons +# Load Checkboxes and Labels outside of the Filter function only once on startup for performance reasons $filter = Get-WinUtilVariables -Type CheckBox $CheckBoxes = ($sync.GetEnumerator()).where{ $psitem.Key -in $filter }