mirror of
https://github.com/overte-org/overte.git
synced 2025-07-15 23:36:39 +02:00
Added github link to about
This commit is contained in:
parent
858b056803
commit
5fe27cdfc9
1 changed files with 12 additions and 0 deletions
|
@ -58,6 +58,18 @@ Rectangle {
|
||||||
onLinkActivated: {
|
onLinkActivated: {
|
||||||
HiFiAbout.openUrl("https:/www.highfidelity.com");
|
HiFiAbout.openUrl("https:/www.highfidelity.com");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
RalewayRegular {
|
||||||
|
textFormat: Text.StyledText
|
||||||
|
linkColor: "#00B4EF"
|
||||||
|
color: "white"
|
||||||
|
text: "<a href=\"https:/github.com/kasenvr/hifi-community\">HiFi Community Github</a>."
|
||||||
|
size: 20
|
||||||
|
onLinkActivated: {
|
||||||
|
HiFiAbout.openUrl("https:/github.com/kasenvr/hifi-community");
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Item { height: 40; width: 1 }
|
Item { height: 40; width: 1 }
|
||||||
Row {
|
Row {
|
||||||
|
|
Loading…
Reference in a new issue