Disable showing MediaArea variations
[staging/HomeScreen.git] / HomeScreen / qml / MediaArea.qml
index e26a452..69b8951 100644 (file)
@@ -28,10 +28,10 @@ StackView {
     Component {
         id: blank
         MediaAreaBlank {
-            MouseArea {
-                anchors.fill: parent
-                onClicked: root.push(mouse.x < 540 ? music : radio)
-            }
+//            MouseArea {
+//                anchors.fill: parent
+//                onClicked: root.push(mouse.x < 540 ? music : radio)
+//            }
         }
     }