We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc02cc commit 4246c03Copy full SHA for 4246c03
1 file changed
Core-ScriptLibrary/Modular-PS1-Scripts/Launch-Script-AutomaticMenu.ps1
@@ -1,4 +1,4 @@
1
-<#
+<#
2
.SYNOPSIS
3
PowerShell GUI for Executing Scripts Organized by Tabs with Real-Time Search.
4
@@ -179,8 +179,8 @@ function Create-GUI {
179
Update-ListBox -SearchBox $searchBox -ListBox $listBox -ScriptFiles $scriptsByCategory[$category]
180
181
$searchBox.Add_TextChanged({
182
- Update-ListBox -SearchBox $searchBox -ListBox $listBox -ScriptFiles $scriptsByCategory[$category]
183
- })
+ Update-ListBox -SearchBox $searchBox -ListBox $listBox -ScriptFiles $scriptsByCategory[$category]
+ })
184
}
185
186
$btnExecute = New-Object Windows.Forms.Button -Property @{
0 commit comments