add privacy policy link

This commit is contained in:
Dorian Zedler 2021-10-20 19:29:05 +02:00
parent 50af1fa4a8
commit 0ae9df710c
Signed by: dorian
GPG Key ID: 989DE36109AFA354
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ Column {
Label {
width: parent.width * 1
height: parentObj.delegateHeight * 0.8
height: parentObj.delegateHeight * 0.6
verticalAlignment: Text.AlignTop
@ -67,7 +67,7 @@ Column {
color: appTheme.theme.colors.line
text: "V" + APP_VERSION + "<br>By <a href=\"https://itsblue.de\">Itsblue Development</a>"
text: "V" + APP_VERSION + "<br><a href='https://itsblue.de/apps/scstw'><b>privacy policy</b></a>"
onLinkActivated: {
Qt.openUrlExternally(link)