Make empty notification list transparent

This commit is contained in:
2025-11-23 14:36:38 +01:00
parent 25c3fbbef8
commit b2f601df80
@@ -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);