Fix issues with saveFileAs

Fix #491
This commit is contained in:
Carl Schwan
2021-12-28 23:42:16 +01:00
parent aeee367e82
commit 297684a139
3 changed files with 1 additions and 8 deletions

View File

@@ -80,7 +80,7 @@ TimelineContainer {
PropertyChanges {
target: downloadButton
onClicked: root.saveFileAs()
onClicked: fileDelegate.saveFileAs()
}
}
]