Add Overview
This commit is contained in:
parent
f4e992bf83
commit
b9103d4976
1 changed files with 9 additions and 1 deletions
10
shell.qml
10
shell.qml
|
|
@ -20,7 +20,7 @@ ShellRoot {
|
|||
modelData: item
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Variants {
|
||||
model: Quickshell.screens
|
||||
|
||||
|
|
@ -29,6 +29,14 @@ ShellRoot {
|
|||
}
|
||||
}
|
||||
|
||||
Variants {
|
||||
model: Quickshell.screens
|
||||
|
||||
delegate: Overview {
|
||||
modelData: item
|
||||
}
|
||||
}
|
||||
|
||||
DemoPanel {
|
||||
id: demoPanel
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue