Skip to content
Snippets Groups Projects
Commit 9afeea43 authored by Fadi Shehadeh's avatar Fadi Shehadeh Committed by Sébastien Blin
Browse files

JamiIdentifier: share button not working

- Dialog through viewCoordinator

Change-Id: I799891a3f17b9fdde9a1c16c490c343c2eafc163
GitLab: #999
parent be1ee4e4
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,9 @@ Item {
id: btnShare
source: JamiResources.share_24dp_svg
toolTipText: JamiStrings.share
onClicked: qrDialog.open()
onClicked: viewCoordinator.presentDialog(
appWindow,
"mainview/components/WelcomePageQrDialog.qml")
}
}
......
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