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 {
|
Label {
|
||||||
id: label
|
id: label
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
text: qsTr("My Cover")
|
text: qsTr("Battery Buddy")
|
||||||
}
|
|
||||||
|
|
||||||
CoverActionList {
|
|
||||||
id: coverAction
|
|
||||||
|
|
||||||
CoverAction {
|
|
||||||
iconSource: "image://theme/icon-cover-next"
|
|
||||||
}
|
|
||||||
|
|
||||||
CoverAction {
|
|
||||||
iconSource: "image://theme/icon-cover-pause"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue