From f257f908506f123a3ff48f3efcd138dce5073834 Mon Sep 17 00:00:00 2001 From: zastrixarundell Date: Fri, 18 Aug 2023 12:55:18 +0200 Subject: [PATCH] Remove stay on top hint flag Remove `flags: Qt.WindowStaysOnTopHint` as it has an issue with Wayland systems where half of the avatar won't fhow. Removing this fixes the issue. --- contents/ui/FloatingAvatar.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/contents/ui/FloatingAvatar.qml b/contents/ui/FloatingAvatar.qml index 1480605..d8b59f3 100644 --- a/contents/ui/FloatingAvatar.qml +++ b/contents/ui/FloatingAvatar.qml @@ -28,7 +28,6 @@ PlasmaCore.Dialog { //cosmic background noise is less random than the placement property int avatarWidth property bool isTop: false - flags: Qt.WindowStaysOnTopHint type: "Notification" x: root.x + root.width / 2 - width / 2