1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-04 04:42:05 -04:00

notifications: fix crash in modal

This commit is contained in:
bbedward
2026-02-12 23:15:22 -05:00
parent cdb70fadb3
commit d60e70f9cc

View File

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