From 5fe27cdfc9b7dede64aaf1d1fa14b0636fa22e0c Mon Sep 17 00:00:00 2001 From: Kasen IO Date: Sun, 8 Dec 2019 23:50:09 -0500 Subject: [PATCH] Added github link to about --- .../resources/qml/hifi/dialogs/TabletAboutDialog.qml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml b/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml index 87f307b9bc..4d57d7074c 100644 --- a/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml +++ b/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml @@ -58,6 +58,18 @@ Rectangle { onLinkActivated: { HiFiAbout.openUrl("https:/www.highfidelity.com"); } + + } + RalewayRegular { + textFormat: Text.StyledText + linkColor: "#00B4EF" + color: "white" + text: "HiFi Community Github." + size: 20 + onLinkActivated: { + HiFiAbout.openUrl("https:/github.com/kasenvr/hifi-community"); + } + } Item { height: 40; width: 1 } Row {