From 48fb994ec84d0610ac04ddbb6fcd7004bc3c6120 Mon Sep 17 00:00:00 2001 From: Adam Pigg Date: Tue, 15 Aug 2017 08:38:06 +0100 Subject: [PATCH] Clean up cover --- qml/cover/CoverPage.qml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/qml/cover/CoverPage.qml b/qml/cover/CoverPage.qml index b51bf61..5cc4d0a 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: qsTr("IR Remote") } }