Variants need to be splitted

This commit is contained in:
quadbyte 2025-08-10 07:08:11 -04:00
parent ca86e93540
commit afd69ffbed
2 changed files with 8 additions and 6 deletions

View file

@ -19,13 +19,15 @@ ShellRoot {
delegate: Bar {
modelData: item
}
// Background {}
// Overview {}
}
Variants {
model: Quickshell.screens
delegate: Background {
modelData: item
}
}
DemoPanel {
id: demoPanel