mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-07-03 19:53:50 -05:00
Update functions/private/Set-WinUtilTaskbarItem.ps1
Co-authored-by: Mr.k <mineshtine28546271@gmail.com>
This commit is contained in:
@ -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) {
|
||||||
|
Reference in New Issue
Block a user