mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 21:23:19 +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: {
|
||||
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 }
|
||||
Row {
|
||||
|
|
Loading…
Reference in a new issue