mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-05-31 01:36:50 +00:00
Background and Overview without Variants (test)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user