Casey Muller
Casey Muller
Unfortunately Amazon keeps changing things, and I'm not actively using the app right now. You may be able to register your own application and run it yourself?
Hi Gregor, glad you're finding it useful! That's an interesting request. I think doing it would require subclassing NSMenuItem and handling the events ourselves. That would also mean a custom...
Gotcha, I'll keep that use case in mind when I do custom views. If you have experience (or interest) in Objective C, I do think you could get something working...
Interesting, thanks for the report. This will probably require some experimentation. It may be that inside menuet.m's `applicationShouldTerminate` (https://github.com/caseymrm/menuet/blob/master/menuet.m#L225) we need to call back into go to clean up before...
Thanks, this is good feedback- next time I'm in the code I'll add an option to suppress those if desired. They're primarily there because all of my apps wanted both.
So it's been moved from deprecated to actually not working? Sorry, will try to take a look, but unfortunately busy with other projects right now...
Absolutely @abbychau !
What are you asking for? Can you include a screenshot of a similar alert from another program?
This is something I want too- theoretically it should be as easy as setting the `NSMenuItem`s view to be a `NSTextField`, but I think there's some trickiness about getting the...
Thanks for the suggestions!