jaredks / rumps

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

self.menu.clear() removes default quit button too? #144

Closed arog123 closed 4 years ago

arog123 commented 4 years ago

Obviously the quit button is there by default, but if you clear the menu, the quit button is gone too. Is this a bug; or do i need to do something else to ensure the quit button stays there?