Merge pull request #4659 from nextcloud/bugfix/call-notification-on-top

Ensure call notification stays on top of other windows
This commit is contained in:
Claudio Cambra 2022-06-22 15:05:25 +02:00 committed by GitHub
commit fb4785c55d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import QtGraphicalEffects 1.15
Window {
id: root
color: "transparent"
flags: Qt.Dialog | Qt.FramelessWindowHint
flags: Qt.Dialog | Qt.FramelessWindowHint | Qt.WindowStaysOnTopHint
readonly property int windowSpacing: 10
readonly property int windowWidth: 240