mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-15 13:05:23 +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
|
||||
onClicked: {
|
||||
if (root.hoveredLink)
|
||||
Qt.openUrlExternally(root.hoveredLink)
|
||||
MessagesAdapter.openUrl(root.hoveredLink)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue