mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 12:03:18 +02:00
jamiStrings: can't choose JPG as image
UpperCase extensions had to be added manually as Qt fileDialog's nameFilters property is case sensitive. GitLab: #832 Change-Id: I61a81ebcaa66f0f16db41924b542c146fc79a4b0
This commit is contained in:
parent
fc3a0e7d79
commit
1b0b7c3fb7
1 changed files with 1 additions and 1 deletions
|
@ -584,7 +584,7 @@ Item {
|
|||
property string stopTakingPhoto: qsTr("Stop taking photo")
|
||||
property string clearAvatar: qsTr("Clear avatar image")
|
||||
property string takePhoto: qsTr("Take photo")
|
||||
property string imageFiles: qsTr("Image Files (*.png *.jpg *.jpeg)")
|
||||
property string imageFiles: qsTr("Image Files (*.png *.jpg *.jpeg *.JPG *.JPEG *.PNG)")
|
||||
|
||||
// Plugins
|
||||
property string enable: qsTr("Enable")
|
||||
|
|
Loading…
Add table
Reference in a new issue