summaryrefslogtreecommitdiff
path: root/qml/cover/CoverPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/cover/CoverPage.qml')
-rw-r--r--qml/cover/CoverPage.qml14
1 files changed, 1 insertions, 13 deletions
diff --git a/qml/cover/CoverPage.qml b/qml/cover/CoverPage.qml
index 786b78f..e6c3216 100644
--- a/qml/cover/CoverPage.qml
+++ b/qml/cover/CoverPage.qml
@@ -35,19 +35,7 @@ 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: "Salmeta"
}
}