diff --git a/winutil.ps1 b/winutil.ps1 index 6f5e79a9..cd5c91f5 100644 --- a/winutil.ps1 +++ b/winutil.ps1 @@ -15117,7 +15117,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 }