https://bugs.kde.org/show_bug.cgi?id=452732
--- Comment #18 from ratijas <m...@ratijas.tk> --- > Notifications has a weird popup handling where it does onPressed: wasExpanded > and then onClicked: expanded = !wasExpanded; It's not weird, it is an idiom in Plasma applets which prevents them from always reopening on click if they are placed in a containment which closes them on press, such as the Desktop surface. The findings about MouseArea's property and signal name clash are valid. I wonder if it's possible to find a workaround in Qt 6, or even re-implement without such hacks. Not exactly specific to system tray, more of a QtQuick bug/misdesign. -- You are receiving this mail because: You are watching all bug changes.