From f04c87f5a391cd99b40c8cad9055a831a2b777fb Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 9 Jul 2024 05:06:12 +0900 Subject: [PATCH] Update main.ps1 (#2229) fuction -> function --- scripts/main.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }