Add chargebyte link to imprint
This commit is contained in:
parent
76cd28549e
commit
51ad777edd
@ -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"
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
1.10.5
|
||||
670
|
||||
1.10.6
|
||||
671
|
||||
|
||||
Reference in New Issue
Block a user