diff --git a/nymea-app/ui/components/Imprint.qml b/nymea-app/ui/components/Imprint.qml index f20b1a59..d799666a 100644 --- a/nymea-app/ui/components/Imprint.qml +++ b/nymea-app/ui/components/Imprint.qml @@ -140,6 +140,18 @@ Item { } } + NymeaSwipeDelegate { + Layout.fillWidth: true + iconName: "qrc:/icons/stock_website.svg" + text: qsTr("Chargebyte") + subText: "https://chargebyte.com" + prominentSubText: false + wrapTexts: false + onClicked: { + Qt.openUrlExternally("https://chargebyte.com") + } + } + NymeaSwipeDelegate { Layout.fillWidth: true iconName: "qrc:/icons/stock_website.svg" diff --git a/version.txt b/version.txt index e486147f..be2d6dee 100644 --- a/version.txt +++ b/version.txt @@ -1,2 +1,2 @@ -1.10.5 -670 +1.10.6 +671