Commit ae37c483 authored by Ronan Abhamon's avatar Ronan Abhamon

fix(ui/modules/Linphone/Notifications/Notification): display correctly...

fix(ui/modules/Linphone/Notifications/Notification): display correctly notifications (agggaaaiiinnn)
parent adf57919
...@@ -20,7 +20,7 @@ DesktopPopup { ...@@ -20,7 +20,7 @@ DesktopPopup {
} }
flags: { flags: {
return (Qt.FramelessWindowHint | Qt.WindowStaysOnTopHint) & return (Qt.FramelessWindowHint | Qt.WindowStaysOnTopHint) |
(Qt.platform.os === 'osx' ? Qt.Window : Qt.Tool) (Qt.platform.os === 'osx' ? Qt.Window : Qt.Popup)
} }
} }
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