X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2FHomeScreen.git;a=blobdiff_plain;f=HomeScreen%2Fqml%2FMediaArea.qml;fp=HomeScreen%2Fqml%2FMediaArea.qml;h=69b89518f9c3c991d69d400fa4c428256266b583;hp=e26a4524375e8cf81be7513c49df761a1ab2c375;hb=82e854c24a6704d5b6ea723d8388791cd330b68e;hpb=b214897817addb565c0252ba5eb1cde174ed799c diff --git a/HomeScreen/qml/MediaArea.qml b/HomeScreen/qml/MediaArea.qml index e26a452..69b8951 100644 --- a/HomeScreen/qml/MediaArea.qml +++ b/HomeScreen/qml/MediaArea.qml @@ -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) +// } } }