summaryrefslogtreecommitdiffstats
path: root/homescreen/qml/MediaArea.qml
diff options
context:
space:
mode:
Diffstat (limited to 'homescreen/qml/MediaArea.qml')
-rw-r--r--homescreen/qml/MediaArea.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/homescreen/qml/MediaArea.qml b/homescreen/qml/MediaArea.qml
index 88eaf1e..0f0efb2 100644
--- a/homescreen/qml/MediaArea.qml
+++ b/homescreen/qml/MediaArea.qml
@@ -25,13 +25,13 @@ StackView {
initialItem: blank
Component {
- id: blank
+ id: blank
MediaAreaBlank {
// MouseArea {
// anchors.fill: parent
// onClicked: root.push(mouse.x < 540 ? music : radio)
// }
- }
+ }
}
Component {