We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6798319 commit 0bb6ecfCopy full SHA for 0bb6ecf
panels/notification/plugin/NotifyItemContent.qml
@@ -28,7 +28,7 @@ NotifyItem {
28
width: 20
29
height: 20
30
contentItem: Loader {
31
- active: root.closeVisible || closePlaceHolder.hovered || closePlaceHolder.activeFocus || activeFocus
+ active: !(root.strongInteractive && root.actions.length > 0) && (root.closeVisible || closePlaceHolder.hovered || closePlaceHolder.activeFocus || activeFocus)
32
sourceComponent: SettingActionButton {
33
id: closeBtn
34
objectName: "closeNotify-" + root.appName
0 commit comments