chore: fix popups appearing on same screen
This commit is contained in:
parent
a516c42fa5
commit
de30bb78c9
2 changed files with 1 additions and 2 deletions
|
@ -28,7 +28,7 @@ PanelWindow {
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
|
|
||||||
NotificationToasts {
|
NotificationToasts {
|
||||||
win: lbar
|
screen: lbar.screen
|
||||||
}
|
}
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
|
|
|
@ -7,7 +7,6 @@ import "../../widgets/notifications"
|
||||||
|
|
||||||
PanelWindow {
|
PanelWindow {
|
||||||
id: popups
|
id: popups
|
||||||
required property var win
|
|
||||||
visible: true
|
visible: true
|
||||||
|
|
||||||
anchors {
|
anchors {
|
||||||
|
|
Loading…
Add table
Reference in a new issue