diff --git a/src/libs/H.NotifyIcon.Shared/TaskbarIcon.cs b/src/libs/H.NotifyIcon.Shared/TaskbarIcon.cs index 3e3e96e..c2e930a 100644 --- a/src/libs/H.NotifyIcon.Shared/TaskbarIcon.cs +++ b/src/libs/H.NotifyIcon.Shared/TaskbarIcon.cs @@ -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. /// [SupportedOSPlatform("windows5.1.2600")] - public Guid? IsCreated => IsCreated ? TrayIcon.Id : null; + public Guid? Id => IsCreated ? TrayIcon.Id : null; #endregion