fix(chat): Download image is saving to wrong folder

- fetch latest dotherside for the fix
- minor cleanup

Fixes #9307
This commit is contained in:
Lukáš Tinkl 2023-01-26 23:21:15 +01:00 committed by Lukáš Tinkl
parent 7a3a984fa4
commit 7ed5b0d0d6
2 changed files with 2 additions and 6 deletions

View File

@ -476,17 +476,13 @@ StatusMenu {
id: fileDialog
title: qsTr("Please choose a directory")
selectFolder: true
selectExisting : true
selectExisting: true
selectMultiple: false
modality: Qt.NonModal
onAccepted: {
if (root.imageSource) {
root.store.downloadImageByUrl(root.imageSource, fileDialog.fileUrl)
}
fileDialog.close()
}
onRejected: {
fileDialog.close()
}
}

2
vendor/DOtherSide vendored

@ -1 +1 @@
Subproject commit c65fd862294b41b7d8d56134f8f656d97b325c30
Subproject commit 58e898cfb0fa2368527bdb0c1e5524f95b3f6e85