Skip to content
Commit 827afc3f authored by Nate Graham's avatar Nate Graham
Browse files

[applets/systemtray] Filter configure action out of overflow menu correctly

This code was trying to filter out the configure action but failing
because it was comparing a QMenuItem to a QAction. We need to compare
the QMenuItem's internal QAction in order for the configure action to
ever match.
parent 50547191
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment