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~16^2~41^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7748abc4f208807f8ae66e878c15647b0ead1fb0;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 c3eb3e441..23d9e2bc8 100644 --- a/src/gui/tray/CallNotificationDialog.qml +++ b/src/gui/tray/CallNotificationDialog.qml @@ -25,7 +25,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