Skip to content
Snippets Groups Projects
Commit 388ad92d authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

message panel: update location button visibility

Disable the location sharing button when building without
WebEngine.

Change-Id: I62494147a26035a507742e5e80a85e3c044bc3ff
parent c37ec740
No related branches found
No related tags found
No related merge requests found
......@@ -723,7 +723,7 @@ ColumnLayout {
property var iconSrc: JamiResources.localisation_sharing_send_pin_svg
property var toolTip: JamiStrings.shareLocation
property bool show: false
property bool needWebEngine: false
property bool needWebEngine: true
property bool needVideoDevice: false
property bool noSip: false
onTriggered: function clickAction() {
......
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