diff --git a/quickshell/Modules/Notifications/Center/NotificationCard.qml b/quickshell/Modules/Notifications/Center/NotificationCard.qml index 8a3d9f5c..a9b4019e 100644 --- a/quickshell/Modules/Notifications/Center/NotificationCard.qml +++ b/quickshell/Modules/Notifications/Center/NotificationCard.qml @@ -341,9 +341,7 @@ Rectangle { Repeater { id: notificationRepeater objectName: "notificationRepeater" - model: ScriptModel { - values: notificationGroup?.notifications?.slice(0, 10) || [] - } + model: notificationGroup?.notifications?.slice(0, 10) || [] delegate: Rectangle { required property var modelData