MacOS Menubar/TrayIcon Icon Click handling #16333
Unanswered
josh-unwin
asked this question in
Q&A
Replies: 1 comment
-
I completely agree - this functionality is essential and should definitely be prioritized. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Has anyone found a workaround to implement Click handling of a Menubar/Tray icon in MacOS?
Applying a
Clicked
parameter to<TrayIcon>
is unsupported on MacOS as per the source here:https://github.com/AvaloniaUI/Avalonia/blob/master/src/Avalonia.Controls/TrayIcon.cs
I saw someone seemed to make a workaround back in 2021 in this thread but it's using an old tool (MonoMac), is there a better way at this point?
#2649
Many thanks
Beta Was this translation helpful? Give feedback.
All reactions