summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/shell/quickshell/NotificationInhibitorWidget.qml
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2026-02-26 19:34:25 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2026-02-26 19:34:25 +0100
commit4f1afdd2527e5def0ec49666e58d6270ad77a6d0 (patch)
treeb9292d81a4c4c2444a2ab8d1a62bee292e25f10c /accounts/gkleen@sif/shell/quickshell/NotificationInhibitorWidget.qml
parent3b658e4ea09c672fa7a4ff0abc458d8b7c21f1de (diff)
downloadnixos-4f1afdd2527e5def0ec49666e58d6270ad77a6d0.tar
nixos-4f1afdd2527e5def0ec49666e58d6270ad77a6d0.tar.gz
nixos-4f1afdd2527e5def0ec49666e58d6270ad77a6d0.tar.bz2
nixos-4f1afdd2527e5def0ec49666e58d6270ad77a6d0.tar.xz
nixos-4f1afdd2527e5def0ec49666e58d6270ad77a6d0.zip
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell/NotificationInhibitorWidget.qml')
-rw-r--r--accounts/gkleen@sif/shell/quickshell/NotificationInhibitorWidget.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/shell/quickshell/NotificationInhibitorWidget.qml b/accounts/gkleen@sif/shell/quickshell/NotificationInhibitorWidget.qml
index b58467b3..80cbba19 100644
--- a/accounts/gkleen@sif/shell/quickshell/NotificationInhibitorWidget.qml
+++ b/accounts/gkleen@sif/shell/quickshell/NotificationInhibitorWidget.qml
@@ -70,7 +70,7 @@ Item {
70 sourceComponent: PopupWindow { 70 sourceComponent: PopupWindow {
71 id: tooltip 71 id: tooltip
72 72
73 property bool nextVisible: NotificationManager.active && (widgetMouseArea.containsMouse || tooltipMouseArea.containsMouse) 73 property bool nextVisible: NotificationManager.active && NotificationManager.history.length > 0 && (widgetMouseArea.containsMouse || tooltipMouseArea.containsMouse)
74 74
75 anchor { 75 anchor {
76 item: widgetMouseArea 76 item: widgetMouseArea