mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-01-15 17:30:37 -06:00
Update functions/private/Set-WinUtilTaskbarItem.ps1
Co-authored-by: Mr.k <mineshtine28546271@gmail.com>
This commit is contained in:
parent
87c43ec87f
commit
e7e742044b
@ -33,10 +33,10 @@ function Set-WinUtilTaskbaritem {
|
|||||||
Set-WinUtilTaskbaritem -description "This is a description"
|
Set-WinUtilTaskbaritem -description "This is a description"
|
||||||
#>
|
#>
|
||||||
param (
|
param (
|
||||||
|
[string]$state,
|
||||||
[double]$value,
|
[double]$value,
|
||||||
$state,
|
[string]$overlay,
|
||||||
$overlay,
|
[string]$description
|
||||||
$description
|
|
||||||
)
|
)
|
||||||
|
|
||||||
if ($value) {
|
if ($value) {
|
||||||
|
Loading…
Reference in New Issue
Block a user