1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-09-02 21:23:42 +02:00

callactionbar: set conference layout button action as mosaic

Change-Id: I16a97b0181660c2b32b8e39c38921d8a545e2fa8
This commit is contained in:
Aline Gondim Santos 2022-11-30 16:07:05 -03:00
parent 50888a2865
commit 9da4f66092
2 changed files with 6 additions and 3 deletions

2
daemon

@ -1 +1 @@
Subproject commit b2937e7a60da94e31d501b37e9240a7fc88a8b71 Subproject commit 8c7d11a3f71844f08b41fb34e4a6ab645f04559b

View file

@ -365,8 +365,11 @@ Control {
}, },
Action { Action {
id: layoutAction id: layoutAction
property bool openPopupWhenClicked: true onTriggered: {
checkable: !openPopupWhenClicked if (!isGrid)
CallAdapter.showGridConferenceLayout()
}
checkable: true
icon.source: JamiResources.mosaic_black_24dp_svg icon.source: JamiResources.mosaic_black_24dp_svg
icon.color: "white" icon.color: "white"
text: JamiStrings.layoutSettings text: JamiStrings.layoutSettings