Make empty notification list transparent

This commit is contained in:
2025-11-23 14:36:38 +01:00
parent 97fb7bf0be
commit 93dd3ee2a3

View File

@@ -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);