mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 22:55:52 -06:00
Fix Typo in 'Invoke-WinUtilTaskbarSearch' Private Function (#2275)
This commit is contained in:
parent
90f9c16446
commit
448d27f064
@ -2,10 +2,10 @@ function Invoke-WinUtilTaskbarSearch {
|
|||||||
<#
|
<#
|
||||||
|
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Enable/Disable Taskbar Widgets
|
Enable/Disable Taskbar Search Button.
|
||||||
|
|
||||||
.PARAMETER Enabled
|
.PARAMETER Enabled
|
||||||
Indicates whether to enable or disable Taskbar Widgets
|
Indicates whether to enable or disable Taskbar Search Button.
|
||||||
|
|
||||||
#>
|
#>
|
||||||
Param($Enabled)
|
Param($Enabled)
|
||||||
|
Loading…
Reference in New Issue
Block a user