fix multi-monitor: remove screen property redeclaration that shadows C++ PanelWindow.screen

This commit is contained in:
Damocles 2026-04-27 22:13:42 +02:00
parent aeb4bf81e8
commit a660da8f25
8 changed files with 0 additions and 16 deletions

View file

@ -11,8 +11,6 @@ import "../modules" as M
PanelWindow {
id: root
required property ShellScreen screen
visible: _winVisible
color: "transparent"

View file

@ -8,8 +8,6 @@ import "../services" as S
PanelWindow {
id: root
required property ShellScreen screen
visible: !S.DockState.open
color: "transparent"

View file

@ -8,8 +8,6 @@ import "../services" as S
PanelWindow {
id: root
required property ShellScreen screen
color: "transparent"
WlrLayershell.layer: WlrLayer.Background

View file

@ -8,8 +8,6 @@ import "../services" as S
PanelWindow {
id: bar
required property ShellScreen screen
color: "transparent"
WlrLayershell.layer: WlrLayer.Bottom

View file

@ -8,8 +8,6 @@ import "../services" as S
PanelWindow {
id: root
required property ShellScreen screen
visible: S.NotifService.popups.length > 0 && !S.NiriIpc.overviewOpen
color: "transparent"

View file

@ -8,8 +8,6 @@ import "../applets" as C
PanelWindow {
id: root
required property ShellScreen screen
color: "transparent"
WlrLayershell.layer: WlrLayer.Background

View file

@ -6,8 +6,6 @@ import "../services" as S
PanelWindow {
id: root
required property ShellScreen screen
color: "transparent"
WlrLayershell.layer: WlrLayer.Background
WlrLayershell.exclusiveZone: -1

View file

@ -7,8 +7,6 @@ import "../services" as S
PanelWindow {
id: root
required property ShellScreen screen
visible: _winVisible
color: "transparent"