mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-06 20:23:08 +00:00
fix(ui/modules/Linphone/Notifications/NotificationReceivedFileMessage): open file on click, not folder
This commit is contained in:
parent
155f13eccb
commit
94ebade4ed
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ Notification {
|
|||
hoverEnabled: true
|
||||
|
||||
onClicked: notification._close(function () {
|
||||
Qt.openUrlExternally(Utils.getUriFromSystemPath(Utils.dirname(notification._fileUri)))
|
||||
Qt.openUrlExternally(Utils.getUriFromSystemPath(notification._fileUri))
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue