Remove useless cover actions
This commit is contained in:
parent
18bf91fdce
commit
dfb3560d90
1 changed files with 1 additions and 13 deletions
|
@ -5,18 +5,6 @@ CoverBackground {
|
|||
Label {
|
||||
id: label
|
||||
anchors.centerIn: parent
|
||||
text: qsTr("My Cover")
|
||||
}
|
||||
|
||||
CoverActionList {
|
||||
id: coverAction
|
||||
|
||||
CoverAction {
|
||||
iconSource: "image://theme/icon-cover-next"
|
||||
}
|
||||
|
||||
CoverAction {
|
||||
iconSource: "image://theme/icon-cover-pause"
|
||||
}
|
||||
text: qsTr("Battery Buddy")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue