From 51ad777edd7891739330384af8bd51d26226e299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Tue, 8 Jul 2025 14:05:55 +0200 Subject: [PATCH] Add chargebyte link to imprint --- nymea-app/ui/components/Imprint.qml | 12 ++++++++++++ version.txt | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) 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