Skip to content

Commit

Permalink
feat: Make TrayIcon public property.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Aug 18, 2024
1 parent 89356c5 commit 9738c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/H.NotifyIcon.Shared/TaskbarIcon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public partial class TaskbarIcon : FrameworkElement
/// <summary>
/// Represents the current icon data.
/// </summary>
private TrayIcon TrayIcon { get; }
public TrayIcon TrayIcon { get; }

/// <summary>
/// Indicates whether the taskbar icon has been created or not.
Expand Down

0 comments on commit 9738c4c

Please sign in to comment.