mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-05 14:43:39 +02:00
callstack: change accept call button order
Change-Id: I08e45afe465bb1073319131adf94c41feff53357 GitLab: #462
This commit is contained in:
parent
41138a9682
commit
95fa54802b
1 changed files with 1 additions and 1 deletions
|
@ -46,8 +46,8 @@ Rectangle {
|
||||||
ListModel {
|
ListModel {
|
||||||
id: incomingControlsModel
|
id: incomingControlsModel
|
||||||
ListElement { type: "refuse"; image: "qrc:/images/icons/round-close-24px.svg"}
|
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: "mic"; image: "qrc:/images/icons/place_audiocall-24px.svg"}
|
||||||
|
ListElement { type: "cam"; image: "qrc:/images/icons/videocam-24px.svg"}
|
||||||
}
|
}
|
||||||
ListModel {
|
ListModel {
|
||||||
id: outgoingControlsModel
|
id: outgoingControlsModel
|
||||||
|
|
Loading…
Add table
Reference in a new issue