NotificationHistoryPanel: cursor only changes to pointing when expandable / on delete button

This commit is contained in:
Ly-sec
2025-10-04 01:06:33 +02:00
parent 18449ecd1d
commit c9f660ff8f
@@ -169,7 +169,7 @@ NPanel {
notificationList.expandedId = notificationId
}
}
cursorShape: Qt.PointingHandCursor
cursorShape: (summaryText.truncated || bodyText.truncated) ? Qt.PointingHandCursor : Qt.ArrowCursor
}
RowLayout {