qmlformat + fix build
This commit is contained in:
parent
2ed3488453
commit
61abcddeeb
9 changed files with 140 additions and 130 deletions
|
|
@ -0,0 +1,10 @@
|
|||
import Quickshell
|
||||
import qs.Modules.Bar
|
||||
|
||||
Variants {
|
||||
model: Quickshell.screens
|
||||
|
||||
delegate: Bar {
|
||||
modelData: item
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue