Skip to content

[SystemTray] Fix icon and checked state of the primary actions

When the user clicks on a checkable button, both toggled and clicked signals are emitted. As a result, both qAction.toggle() and qAction.trigger() will be called, causing the qAction.checked to be toggled twice (false > true > false).

Merge request reports