From 0d26929d41f61b7f4dc9f46eedfadc88e41afe35 Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Tue, 21 Jun 2022 13:21:41 +0200 Subject: [PATCH] Ensure call notification stays on top of other windows Signed-off-by: Claudio Cambra --- src/gui/tray/CallNotificationDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2