add privacy policy link
This commit is contained in:
parent
50af1fa4a8
commit
0ae9df710c
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue