Fix download button

This commit is contained in:
Nicolas Werner 2021-04-04 00:15:37 +02:00
parent 007ee38b04
commit 6c71802680
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 0 additions and 5 deletions

View File

@ -33,11 +33,6 @@ Item {
fillMode: Image.Pad
}
MouseArea {
anchors.fill: parent
cursorShape: Qt.PointingHandCursor
}
TapHandler {
onSingleTapped: TimelineManager.timeline.saveMedia(model.data.id)
}