mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
fix(ui/modules/Linphone/Notifications/Notification): display correctly notifications (agggaaaiiinnn)
This commit is contained in:
parent
adf5791954
commit
ae37c48308
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue