Background and Overview without Variants (test)
This commit is contained in:
parent
1addb70ab7
commit
c612347f0c
1 changed files with 15 additions and 12 deletions
27
shell.qml
27
shell.qml
|
|
@ -21,21 +21,24 @@ ShellRoot {
|
|||
}
|
||||
}
|
||||
|
||||
Variants {
|
||||
model: Quickshell.screens
|
||||
Background {}
|
||||
Overview {}
|
||||
|
||||
delegate: Background {
|
||||
modelData: item
|
||||
}
|
||||
}
|
||||
// Variants {
|
||||
// model: Quickshell.screens
|
||||
|
||||
Variants {
|
||||
model: Quickshell.screens
|
||||
// delegate: Background {
|
||||
// modelData: item
|
||||
// }
|
||||
// }
|
||||
|
||||
delegate: Overview {
|
||||
modelData: item
|
||||
}
|
||||
}
|
||||
// Variants {
|
||||
// model: Quickshell.screens
|
||||
|
||||
// delegate: Overview {
|
||||
// modelData: item
|
||||
// }
|
||||
// }
|
||||
|
||||
DemoPanel {
|
||||
id: demoPanel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue