aboutsummaryrefslogtreecommitdiffhomepage
path: root/qml/cover/CoverPage.qml
diff options
context:
space:
mode:
authorMarvin Borner2020-04-04 20:24:18 +0200
committerMarvin Borner2020-04-04 20:24:18 +0200
commit81cc34bfcc8d7ec695a4d70c4c1c82b9035bf272 (patch)
treefd885f80b2670c29924f79b6b54343ed50b65d9a /qml/cover/CoverPage.qml
parentd452393fdc957503b0387932f442851265175f08 (diff)
Different modes, fixed timer, zero doubletap, etc..
Diffstat (limited to 'qml/cover/CoverPage.qml')
-rw-r--r--qml/cover/CoverPage.qml12
1 files changed, 0 insertions, 12 deletions
diff --git a/qml/cover/CoverPage.qml b/qml/cover/CoverPage.qml
index cf58ea4..f0c1ec2 100644
--- a/qml/cover/CoverPage.qml
+++ b/qml/cover/CoverPage.qml
@@ -7,16 +7,4 @@ CoverBackground {
anchors.centerIn: parent
text: qsTr("Binary Fun")
}
-
- CoverActionList {
- id: coverAction
-
- CoverAction {
- iconSource: "image://theme/icon-cover-next"
- }
-
- CoverAction {
- iconSource: "image://theme/icon-cover-pause"
- }
- }
}