1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-09-10 12:03:18 +02:00

misc: open external link with reportbutton

Change-Id: I387dcb61393336e021227ada74a2b795d8ec15fa
GitLab: #980
This commit is contained in:
Aline Gondim Santos 2023-02-13 11:33:52 -03:00 committed by Sébastien Blin
parent 1a9aa18680
commit 313b3bf2bd

View file

@ -220,7 +220,7 @@ Window {
autoAccelerator: true
onClicked: Qt.openUrlExternally(
new Url("https://jami.net/bugs-and-improvements/"))
"https://jami.net/bugs-and-improvements/")
}
}
}