We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copied from nwjs#930
Many tray (menubar) apps on OS X have different behavior on click and right-click.
Some don't show a menu when clicked, but instead changes the icon and does an action, but shows a menu for eg. Preferences and Quit on right-click:
Normal:
Clicked:
Right-clicked:
Unfortunately there isn't a built-in method to do right-click directly on a NSStatusItem, but it's easy to achieve it with a custom view. There's a handy library that handles it for you: https://github.com/heardrwt/RHStatusItemView
This might be possible on Linux/Windows too, I haven't researched, but I'm interested in OS X support.
The text was updated successfully, but these errors were encountered:
Shouldn't be a difficult item to add.
Sorry, something went wrong.
+1
No branches or pull requests
Copied from nwjs#930
Many tray (menubar) apps on OS X have different behavior on click and right-click.
Some don't show a menu when clicked, but instead changes the icon and does an action, but shows a menu for eg. Preferences and Quit on right-click:
Normal:
Clicked:
Right-clicked:
Unfortunately there isn't a built-in method to do right-click directly on a NSStatusItem, but it's easy to achieve it with a custom view. There's a handy library that handles it for you: https://github.com/heardrwt/RHStatusItemView
This might be possible on Linux/Windows too, I haven't researched, but I'm interested in OS X support.
The text was updated successfully, but these errors were encountered: