diff --git a/Modules/Bar/Widgets/NotificationHistory.qml b/Modules/Bar/Widgets/NotificationHistory.qml index ba9de7ea..c915b1ac 100644 --- a/Modules/Bar/Widgets/NotificationHistory.qml +++ b/Modules/Bar/Widgets/NotificationHistory.qml @@ -124,6 +124,8 @@ Item { // prevent open via mouse over forceClose: NotificationService.activeList.count == 0 + opacity: NotificationService.doNotDisturb || computeUnreadCount() > 0 ? 100 : 0 + onClicked: { var panel = PanelService.getPanel("notificationHistoryPanel", screen); panel?.toggle(this);