From 2d49ecb1e55b2d88e140f6c2d5e847f1eae5a732 Mon Sep 17 00:00:00 2001 From: MyDrift Date: Mon, 15 Jul 2024 18:20:11 +0200 Subject: [PATCH] add comment --- functions/private/Set-WinUtilTaskbarItem.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/private/Set-WinUtilTaskbarItem.ps1 b/functions/private/Set-WinUtilTaskbarItem.ps1 index 46be1e2f..a4116b5c 100644 --- a/functions/private/Set-WinUtilTaskbarItem.ps1 +++ b/functions/private/Set-WinUtilTaskbarItem.ps1 @@ -41,6 +41,7 @@ function Set-WinUtilTaskbaritem { [string]$description ) + # TODO: Make a better solution for this function, accessing problem when calling Set-WinUtilTaskbaritem inside a runspace. Future me or other contributors, please fix this. function ConvertTo-Bitmap { <# .SYNOPSIS