Update functions/private/Set-WinUtilTaskbarItem.ps1

Co-authored-by: Mr.k <mineshtine28546271@gmail.com>
This commit is contained in:
MyDrift
2024-07-14 13:04:08 +02:00
committed by GitHub
parent 1185d05bf1
commit 05e2946363

View File

@ -1,3 +1,4 @@
function Set-WinUtilTaskbaritem {
<# <#
.SYNOPSIS .SYNOPSIS
@ -18,9 +19,6 @@
Set-WinUtilTaskbaritem -overlay "C:\path\to\icon.png" Set-WinUtilTaskbaritem -overlay "C:\path\to\icon.png"
#> #>
function Set-WinUtilTaskbaritem {
param ( param (
[double]$value, [double]$value,
$state, $state,