diff --git a/linphone-desktop/ui/modules/Linphone/Notifications/NotificationReceivedFileMessage.qml b/linphone-desktop/ui/modules/Linphone/Notifications/NotificationReceivedFileMessage.qml index 698fb55d2..bbf238e94 100644 --- a/linphone-desktop/ui/modules/Linphone/Notifications/NotificationReceivedFileMessage.qml +++ b/linphone-desktop/ui/modules/Linphone/Notifications/NotificationReceivedFileMessage.qml @@ -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)) }) } }