Multiple files can be selected as attachement.

This commit is contained in:
Julien Wadel 2023-03-31 11:01:10 +02:00
parent 1c98fa98dd
commit eec2e2a769
2 changed files with 5 additions and 1 deletions

View file

@ -28,6 +28,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Color of busy indicator when the chat is loading.
- Update SDK to 5.2.42
### Added
- New language support: Czech
- Multiple files can be selected as attachement.
## 5.0.14 - 2023-03-16
## Fixed

View file

@ -82,7 +82,7 @@ Item {
folder: shortcuts.home
title: qsTr('fileChooserTitle')
selectMultiple: true
onAccepted: {_emitFiles(fileDialog.fileUrls);fileDialogLoader.active = false}
onRejected: fileDialogLoader.active = false
Component.onCompleted: fileDialog.open()