Remove link in menu logo

This commit is contained in:
Michael Zanetti 2020-11-29 18:49:37 +01:00
parent 3ab3f1119f
commit b979097658
2 changed files with 2 additions and 4 deletions

View File

@ -41,10 +41,6 @@ Drawer {
sourceSize.width: width
sourceSize.height: height
source: "qrc:/styles/%1/logo.svg".arg(styleController.currentStyle)
MouseArea {
anchors.fill: parent
onClicked: Qt.openUrlExternally("https://nymea.io")
}
}
RowLayout {

View File

@ -676,6 +676,8 @@ MainPageTile {
RowLayout {
anchors.fill: parent
anchors.margins: app.margins / 2
spacing: app.margins / 2
ColorIcon {
Layout.preferredHeight: app.iconSize