wip
This commit is contained in:
parent
12213b0008
commit
a1efbcec83
6 changed files with 247 additions and 0 deletions
|
@ -48,6 +48,16 @@ Item {
|
|||
source: "Battery.qml"
|
||||
}
|
||||
|
||||
Popout {
|
||||
name: "calendar"
|
||||
source: "Calendar.qml"
|
||||
}
|
||||
|
||||
Popout {
|
||||
name: "debug"
|
||||
source: "Debug.qml"
|
||||
}
|
||||
|
||||
Repeater {
|
||||
model: ScriptModel {
|
||||
values: [...SystemTray.items.values]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue