diff --git a/qt-mobile/qml/TopBar.qml b/qt-mobile/qml/TopBar.qml index 7c6beb44b..107b261d3 100644 --- a/qt-mobile/qml/TopBar.qml +++ b/qt-mobile/qml/TopBar.qml @@ -100,13 +100,6 @@ Rectangle { width: Math.round(MobileComponents.Units.gridUnit * 1.7) height: width } - MouseArea { - height: parent.height - width: parent.width - onClicked: { - detailsWindow.open() - } - } MouseArea { height: parent.height width: parent.width