chore: fix popups appearing on same screen

This commit is contained in:
Nydragon 2024-11-21 00:08:57 +01:00
parent a516c42fa5
commit de30bb78c9
Signed by: nydragon
SSH key fingerprint: SHA256:WcjW5NJPQ8Dx4uQDmoIlVPLWE27Od3fxoe0IUvuoPHE
2 changed files with 1 additions and 2 deletions

View file

@ -28,7 +28,7 @@ PanelWindow {
color: "transparent"
NotificationToasts {
win: lbar
screen: lbar.screen
}
Rectangle {

View file

@ -7,7 +7,6 @@ import "../../widgets/notifications"
PanelWindow {
id: popups
required property var win
visible: true
anchors {