From 0ae9df710c768f5af160b375662a6a8e7456c509 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Wed, 20 Oct 2021 19:29:05 +0200 Subject: [PATCH] add privacy policy link --- resources/qml/SettingsDialog/SettingsAboutPage.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/qml/SettingsDialog/SettingsAboutPage.qml b/resources/qml/SettingsDialog/SettingsAboutPage.qml index ccedfa0..46cb68a 100644 --- a/resources/qml/SettingsDialog/SettingsAboutPage.qml +++ b/resources/qml/SettingsDialog/SettingsAboutPage.qml @@ -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 + "
By Itsblue Development" + text: "V" + APP_VERSION + "
privacy policy" onLinkActivated: { Qt.openUrlExternally(link)