Add chargebyte link to imprint

This commit is contained in:
Simon Stürz 2025-07-08 14:05:55 +02:00
parent 76cd28549e
commit 51ad777edd
2 changed files with 14 additions and 2 deletions

View File

@ -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"

View File

@ -1,2 +1,2 @@
1.10.5
670
1.10.6
671