Skip to content
Snippets Groups Projects
Commit 9da4f660 authored by Aline Gondim Santos's avatar Aline Gondim Santos
Browse files

callactionbar: set conference layout button action as mosaic

Change-Id: I16a97b0181660c2b32b8e39c38921d8a545e2fa8
parent 50888a28
No related branches found
No related tags found
No related merge requests found
daemon @ 8c7d11a3
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment