mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Multiple files can be selected as attachement.
This commit is contained in:
parent
1c98fa98dd
commit
eec2e2a769
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue