diff options
Diffstat (limited to 'contents/ui')
-rw-r--r-- | contents/ui/ActivityView.qml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/contents/ui/ActivityView.qml b/contents/ui/ActivityView.qml index c8ec3c9..6eb7e26 100644 --- a/contents/ui/ActivityView.qml +++ b/contents/ui/ActivityView.qml @@ -78,10 +78,7 @@ PlasmaComponents.ListItem { MouseArea { width: parent.width height: parent.height - cursorShape: - type == "announcement" - ? Qt.ArrowCursor - : Qt.PointingHandCursor + cursorShape: Qt.PointingHandCursor onClicked: () => { if (type == "announcement") { expanded = !expanded |