mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-21 23:33:58 +02:00
chatview: open files on click
Seems that Qt.openUrlExternally doesn't find symlinks. At least with MessagesAdapter::openUrl everything seems good Change-Id: I636822a7f2f7e9ef27f2faedb49987ea2cbba343
This commit is contained in:
parent
dd1ea5c2dc
commit
9cc1848897
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ Control {
|
||||||
acceptedButtons: Qt.LeftButton
|
acceptedButtons: Qt.LeftButton
|
||||||
onClicked: {
|
onClicked: {
|
||||||
if (root.hoveredLink)
|
if (root.hoveredLink)
|
||||||
Qt.openUrlExternally(root.hoveredLink)
|
MessagesAdapter.openUrl(root.hoveredLink)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue