diff --git a/linphone-desktop/ui/modules/Linphone/Notifications/Notification.qml b/linphone-desktop/ui/modules/Linphone/Notifications/Notification.qml index 5ea373399..5c209402a 100644 --- a/linphone-desktop/ui/modules/Linphone/Notifications/Notification.qml +++ b/linphone-desktop/ui/modules/Linphone/Notifications/Notification.qml @@ -20,7 +20,7 @@ DesktopPopup { } flags: { - return (Qt.FramelessWindowHint | Qt.WindowStaysOnTopHint) & - (Qt.platform.os === 'osx' ? Qt.Window : Qt.Tool) + return (Qt.FramelessWindowHint | Qt.WindowStaysOnTopHint) | + (Qt.platform.os === 'osx' ? Qt.Window : Qt.Popup) } }