basic mpris controller
This commit is contained in:
parent
e01096691f
commit
2020c102f3
3 changed files with 110 additions and 0 deletions
|
|
@ -82,6 +82,16 @@ StyledWindow {
|
|||
}
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
StyledText {
|
||||
text: "Mpris Controller"
|
||||
font.pixelSize: 18
|
||||
}
|
||||
MprisController {
|
||||
player: Mpris.active ?? null
|
||||
}
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
StyledText {
|
||||
text: "Drawer"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue