fix(ui/modules/Linphone/Notifications/NotificationReceivedFileMessage): open file on click, not folder

This commit is contained in:
Ronan Abhamon 2017-06-08 16:51:24 +02:00
parent 155f13eccb
commit 94ebade4ed

View file

@ -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))
})
}
}