revert shell Variants stuff
This commit is contained in:
parent
30485876b5
commit
2307cac558
2 changed files with 10 additions and 12 deletions
19
shell.qml
19
shell.qml
|
|
@ -12,22 +12,21 @@ import qs.Modules.Background
|
|||
ShellRoot {
|
||||
id: root
|
||||
|
||||
|
||||
Variants {
|
||||
model: Quickshell.screens
|
||||
|
||||
delegate: Item {
|
||||
required property ShellScreen modelData
|
||||
|
||||
Bar {
|
||||
modelData: parent.modelData
|
||||
}
|
||||
|
||||
// Background {}
|
||||
|
||||
// Overview {}
|
||||
delegate: Bar {
|
||||
modelData: item
|
||||
}
|
||||
|
||||
|
||||
Background {}
|
||||
|
||||
Overview {}
|
||||
}
|
||||
|
||||
|
||||
DemoPanel {
|
||||
id: demoPanel
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue