From 4c38768b32d7deeeec19b8556a0397340bfea319 Mon Sep 17 00:00:00 2001 From: MyDrift Date: Sat, 28 Sep 2024 01:23:28 +0200 Subject: [PATCH] add border name --- functions/public/Invoke-WPFUIElements.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/public/Invoke-WPFUIElements.ps1 b/functions/public/Invoke-WPFUIElements.ps1 index ef72507a..be941a2b 100644 --- a/functions/public/Invoke-WPFUIElements.ps1 +++ b/functions/public/Invoke-WPFUIElements.ps1 @@ -137,6 +137,7 @@ function Invoke-WPFUIElements { if ($configVariable -eq $sync.configs.applications) { # Create the outer Border for the application type $border = New-Object Windows.Controls.Border + $border.Name = $entryInfo.Name $border.BorderBrush = [Windows.Media.Brushes]::Gray $border.BorderThickness = 1 $border.CornerRadius = 5