Closed shatyuka closed 1 year ago
Correct some typo. Also, Visibility property is not working in PopupMenu mode, use IsEnabled instead.
Visibility
IsEnabled
https://github.com/HavenDV/H.NotifyIcon/blob/77b33af48f66cfbe865da1cf7d9fab2ff980d09d/src/libs/H.NotifyIcon.Shared/TaskbarIcon.ContextMenu.WinRT.PopupMenu.cs#L75-L81
Correct some typo. Also,
Visibility
property is not working in PopupMenu mode, useIsEnabled
instead.