1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-17 14:51:04 +02:00
ironbar/src/modules/tray
Christian Meissl ce48fc9d0d
fix(tray): prevent widget buttons from piling up (#788)
each call to set_menu_widget registered a new event handler,
resulting in multiple popups to be created. each popup tried
to issue a grab with the same serial.
prevent this by disconnecting any previously registered handler.
2024-11-19 22:07:52 +00:00
..
icon.rs chore(tray): remove unneeded png image code 2024-11-17 14:47:15 +00:00
interface.rs fix(tray): prevent widget buttons from piling up (#788) 2024-11-19 22:07:52 +00:00
mod.rs fix(tray): tray icons not disappearing on close 2024-11-17 14:47:50 +00:00