mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
Multiple files can be selected as attachement.
This commit is contained in:
parent
756ef8e4b3
commit
412d268628
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue