fix multi-monitor: use ShellScreen type instead of var to avoid shadowing C++ screen property
This commit is contained in:
parent
29e06eadb5
commit
aeb4bf81e8
8 changed files with 8 additions and 8 deletions
|
|
@ -8,7 +8,7 @@ import "../services" as S
|
|||
PanelWindow {
|
||||
id: root
|
||||
|
||||
required property var screen
|
||||
required property ShellScreen screen
|
||||
|
||||
color: "transparent"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue