diff --git a/modules/NotifCenter.qml b/modules/NotifCenter.qml index 7c3f2f8..a6bde51 100644 --- a/modules/NotifCenter.qml +++ b/modules/NotifCenter.qml @@ -437,7 +437,7 @@ M.HoverPanel { // Actions Row { spacing: 4 - visible: notifDelegate._notif?.actions && notifDelegate._notif.actions.length > 0 + visible: !!(notifDelegate._notif?.actions?.length) Repeater { model: notifDelegate._notif?.actions ?? []