mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-04 11:16:03 +00:00
revert shell Variants stuff
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user