mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 12:17:45 +02:00
mail is a link
This commit is contained in:
parent
2f6e2f6b84
commit
eb683d4793
1 changed files with 5 additions and 2 deletions
|
@ -139,7 +139,8 @@ At the moment, there is currently no way to convert HFC to other currencies. Sta
|
||||||
ListElement {
|
ListElement {
|
||||||
isExpanded: false;
|
isExpanded: false;
|
||||||
question: "Who can I reach out to for additional questions?";
|
question: "Who can I reach out to for additional questions?";
|
||||||
answer: "Please email us if you have any issues or questions: support@highfidelity.com";
|
answer: "Please email us if you have any issues or questions: \
|
||||||
|
<b><font color='#0093C5'><a href='#support'>support@highfidelity.com</a></font></b>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -250,6 +251,8 @@ At the moment, there is currently no way to convert HFC to other currencies. Sta
|
||||||
Qt.openUrlExternally("file:///" + root.keyFilePath.substring(0, root.keyFilePath.lastIndexOf('/')));
|
Qt.openUrlExternally("file:///" + root.keyFilePath.substring(0, root.keyFilePath.lastIndexOf('/')));
|
||||||
} else if (link === "#blockchain") {
|
} else if (link === "#blockchain") {
|
||||||
Qt.openUrlExternally("https://docs.highfidelity.com/high-fidelity-commerce");
|
Qt.openUrlExternally("https://docs.highfidelity.com/high-fidelity-commerce");
|
||||||
|
} else if (link === "#support") {
|
||||||
|
Qt.openUrlExternally("mailto:support@highfidelity.com");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue