Commit 94ebade4 authored by Ronan Abhamon's avatar Ronan Abhamon

fix(ui/modules/Linphone/Notifications/NotificationReceivedFileMessage): open...

fix(ui/modules/Linphone/Notifications/NotificationReceivedFileMessage): open file on click, not folder
parent 155f13ec
......@@ -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))
})
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment