1
0
Fork 0
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:
Nicolas 2022-09-14 15:50:34 -04:00 committed by Nicolas Vengeon
parent fc3a0e7d79
commit 1b0b7c3fb7

View file

@ -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")