Fix Typo in 'Invoke-WinUtilTaskbarSearch' Private Function (#2275)

This commit is contained in:
Mr.k 2024-07-08 23:30:19 +03:00 committed by GitHub
parent 90f9c16446
commit 448d27f064
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,10 +2,10 @@ function Invoke-WinUtilTaskbarSearch {
<#
.SYNOPSIS
Enable/Disable Taskbar Widgets
Enable/Disable Taskbar Search Button.
.PARAMETER Enabled
Indicates whether to enable or disable Taskbar Widgets
Indicates whether to enable or disable Taskbar Search Button.
#>
Param($Enabled)