Skip to content

Commit

Permalink
Update TaskbarIcon.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Difegue authored and HavenDV committed Jul 9, 2024
1 parent 8013e9c commit b888dfa
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 @@ -45,7 +45,7 @@ public partial class TaskbarIcon : FrameworkElement
/// Note: Windows associates a Guid with the path of the binary, so you must use the new Guid when you change the path.
/// </remarks>
[SupportedOSPlatform("windows5.1.2600")]
public Guid? IsCreated => IsCreated ? TrayIcon.Id : null;
public Guid? Id => IsCreated ? TrayIcon.Id : null;

#endregion

Expand Down

0 comments on commit b888dfa

Please sign in to comment.