Skip to content

Commit

Permalink
Update functions/private/Set-WinUtilTaskbarItem.ps1
Browse files Browse the repository at this point in the history
Co-authored-by: Mr.k <[email protected]>
  • Loading branch information
MyDrift-user and og-mrk authored Jul 14, 2024
1 parent 87c43ec commit e7e7420
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions functions/private/Set-WinUtilTaskbarItem.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit e7e7420

Please sign in to comment.