From: Claudio Cambra Date: Tue, 21 Jun 2022 11:21:41 +0000 (+0200) Subject: Ensure call notification stays on top of other windows X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~15^2~152^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0d26929d41f61b7f4dc9f46eedfadc88e41afe35;p=nextcloud-desktop.git Ensure call notification stays on top of other windows Signed-off-by: Claudio Cambra --- diff --git a/src/gui/tray/CallNotificationDialog.qml b/src/gui/tray/CallNotificationDialog.qml index 535cf6745..1e48487f4 100644 --- a/src/gui/tray/CallNotificationDialog.qml +++ b/src/gui/tray/CallNotificationDialog.qml @@ -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