From de30bb78c998c4e496316b4faa31062e1fbc7586 Mon Sep 17 00:00:00 2001 From: Nydragon Date: Thu, 21 Nov 2024 00:08:57 +0100 Subject: [PATCH] chore: fix popups appearing on same screen --- src/MainBar.qml | 2 +- src/windows/notificationtoast/NotificationToasts.qml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/MainBar.qml b/src/MainBar.qml index 5ad5594..b82cc52 100644 --- a/src/MainBar.qml +++ b/src/MainBar.qml @@ -28,7 +28,7 @@ PanelWindow { color: "transparent" NotificationToasts { - win: lbar + screen: lbar.screen } Rectangle { diff --git a/src/windows/notificationtoast/NotificationToasts.qml b/src/windows/notificationtoast/NotificationToasts.qml index 0651436..b06a4e4 100644 --- a/src/windows/notificationtoast/NotificationToasts.qml +++ b/src/windows/notificationtoast/NotificationToasts.qml @@ -7,7 +7,6 @@ import "../../widgets/notifications" PanelWindow { id: popups - required property var win visible: true anchors {