DemoPanel

This commit is contained in:
quadbyte 2025-08-09 18:23:45 -04:00
parent 5d6b82a80e
commit 05b76b96b3
4 changed files with 17 additions and 12 deletions

View file

@ -10,6 +10,7 @@ import Quickshell
import Quickshell.Io
import Quickshell.Widgets
import qs.Modules.Bar
import qs.Modules.DemoPanel
ShellRoot {
id: root
@ -21,4 +22,8 @@ ShellRoot {
modelData: item
}
}
DemoPanel {
id: demoPanel
}
}