diff --git a/CHANGELOG.md b/CHANGELOG.md index bc512bbd2..8ba2c03fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - New language support: Czech +- Multiple files can be selected as attachement. ## 5.0.14 - 2023-03-16 diff --git a/linphone-app/ui/modules/Common/Form/DroppableTextArea.qml b/linphone-app/ui/modules/Common/Form/DroppableTextArea.qml index 245149dfb..8dabce082 100644 --- a/linphone-app/ui/modules/Common/Form/DroppableTextArea.qml +++ b/linphone-app/ui/modules/Common/Form/DroppableTextArea.qml @@ -83,7 +83,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()