diff --git a/containments/panel/package/contents/ui/FullNotificationsContainer.qml b/containments/panel/package/contents/ui/FullNotificationsContainer.qml index 314e1c53..721ffd5f 100644 --- a/containments/panel/package/contents/ui/FullNotificationsContainer.qml +++ b/containments/panel/package/contents/ui/FullNotificationsContainer.qml @@ -25,7 +25,8 @@ import org.kde.notificationmanager 1.0 as NotificationManager FullContainer { id: fullContainer - visible: applet && historyModel.count > 0 + shouldBeVisible: applet && historyModel.count > 0 + visible: shouldBeVisible NotificationManager.Notifications { id: historyModel