Update functions/private/Set-WinUtilTaskbarItem.ps1

Co-authored-by: Mr.k <mineshtine28546271@gmail.com>
This commit is contained in:
MyDrift 2024-07-14 23:47:36 +02:00 committed by GitHub
parent 87c43ec87f
commit e7e742044b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,10 +33,10 @@ function Set-WinUtilTaskbaritem {
Set-WinUtilTaskbaritem -description "This is a description"
#>
param (
[string]$state,
[double]$value,
$state,
$overlay,
$description
[string]$overlay,
[string]$description
)
if ($value) {