jaredks / rumps

Ridiculously Uncomplicated macOS Python Statusbar apps
BSD 3-Clause "New" or "Revised" License
3.06k stars 177 forks source link

Access parent menu title from sub menu #184

Open jacopo-degattis opened 2 years ago

jacopo-degattis commented 2 years ago

Hi to everyone, I'm working to make my own menu app using this awesome library. I created a menu item with a sub menu. I then added a callback to the sub menu entry and I would like to access the parent menu title from the callback. Is that possible ? Thanks