mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-02 13:13:39 +02:00
callactionbar: set conference layout button action as mosaic
Change-Id: I16a97b0181660c2b32b8e39c38921d8a545e2fa8
This commit is contained in:
parent
50888a2865
commit
9da4f66092
2 changed files with 6 additions and 3 deletions
2
daemon
2
daemon
|
@ -1 +1 @@
|
|||
Subproject commit b2937e7a60da94e31d501b37e9240a7fc88a8b71
|
||||
Subproject commit 8c7d11a3f71844f08b41fb34e4a6ab645f04559b
|
|
@ -365,8 +365,11 @@ Control {
|
|||
},
|
||||
Action {
|
||||
id: layoutAction
|
||||
property bool openPopupWhenClicked: true
|
||||
checkable: !openPopupWhenClicked
|
||||
onTriggered: {
|
||||
if (!isGrid)
|
||||
CallAdapter.showGridConferenceLayout()
|
||||
}
|
||||
checkable: true
|
||||
icon.source: JamiResources.mosaic_black_24dp_svg
|
||||
icon.color: "white"
|
||||
text: JamiStrings.layoutSettings
|
||||
|
|
Loading…
Add table
Reference in a new issue