DemoPanel
This commit is contained in:
parent
5d6b82a80e
commit
05b76b96b3
4 changed files with 17 additions and 12 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue