moses-palmer / pystray

GNU General Public License v3.0
461 stars 57 forks source link

Fixes hiding of AppIndicator. (Closes #132) #134

Closed sphh closed 1 year ago

sphh commented 1 year ago

Setting .visible to False calls https://github.com/moses-palmer/pystray/blob/6ad09b90ebbd25cfd7e7de1abf830a382577b052/lib/pystray/_appindicator.py#L60-L61 This disables all functionality of the AppIndicator, but does not hide it. Even if .visible is set to True again, the icon is not updated and stays in that disabled state.

How hiding of the AppIndicator can be done is shown in

moses-palmer commented 1 year ago

Thank you very much for your contribution!

sphh commented 1 year ago

You are more than welcome!

Thank you for writing pystray!