From 9738c4c7a9b0b1015802035d9db49320f2ae50be Mon Sep 17 00:00:00 2001 From: HavenDV Date: Mon, 19 Aug 2024 02:17:28 +0400 Subject: [PATCH] feat: Make TrayIcon public property. --- src/libs/H.NotifyIcon.Shared/TaskbarIcon.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/H.NotifyIcon.Shared/TaskbarIcon.cs b/src/libs/H.NotifyIcon.Shared/TaskbarIcon.cs index a266db0..ad644c1 100644 --- a/src/libs/H.NotifyIcon.Shared/TaskbarIcon.cs +++ b/src/libs/H.NotifyIcon.Shared/TaskbarIcon.cs @@ -28,7 +28,7 @@ public partial class TaskbarIcon : FrameworkElement /// /// Represents the current icon data. /// - private TrayIcon TrayIcon { get; } + public TrayIcon TrayIcon { get; } /// /// Indicates whether the taskbar icon has been created or not.