1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-07-16 05:25:22 +02:00

callstack: change accept call button order

Change-Id: I08e45afe465bb1073319131adf94c41feff53357
GitLab: #462
This commit is contained in:
agsantos 2021-06-18 10:26:01 -03:00 committed by Aline Gondim Santos
parent 41138a9682
commit 95fa54802b

View file

@ -46,8 +46,8 @@ Rectangle {
ListModel {
id: incomingControlsModel
ListElement { type: "refuse"; image: "qrc:/images/icons/round-close-24px.svg"}
ListElement { type: "cam"; image: "qrc:/images/icons/videocam-24px.svg"}
ListElement { type: "mic"; image: "qrc:/images/icons/place_audiocall-24px.svg"}
ListElement { type: "cam"; image: "qrc:/images/icons/videocam-24px.svg"}
}
ListModel {
id: outgoingControlsModel