Remove link in menu logo
This commit is contained in:
parent
3ab3f1119f
commit
b979097658
@ -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 {
|
||||
|
||||
@ -676,6 +676,8 @@ MainPageTile {
|
||||
|
||||
RowLayout {
|
||||
anchors.fill: parent
|
||||
anchors.margins: app.margins / 2
|
||||
spacing: app.margins / 2
|
||||
|
||||
ColorIcon {
|
||||
Layout.preferredHeight: app.iconSize
|
||||
|
||||
Reference in New Issue
Block a user