-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
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
Possible to update menu items from go? #12
Comments
Right now, no. It's possible to dynamically enable/disable menu items via Adding the ability to do this is very logical and I'd be glad to support it. |
Ok cool, I will have a look at it. |
Thanks! But please discuss the API here before doing a lot of work. |
My idea is to add a top level function Will add a simple On OSX, can use https://developer.apple.com/reference/appkit/nsmenu/1518234-removeallitems. Not sure what to use on win/linux. Will implement and test. |
Done some work in #13 |
I'd like to update a menu item with a status, is this possible?
The text was updated successfully, but these errors were encountered: