mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 08:21:24 +02:00
a guess a linking bank
This commit is contained in:
parent
ce0ae61947
commit
053640f216
1 changed files with 6 additions and 3 deletions
|
@ -61,7 +61,8 @@ Item {
|
||||||
ListElement {
|
ListElement {
|
||||||
isExpanded: false;
|
isExpanded: false;
|
||||||
question: "How can I get HFC?";
|
question: "How can I get HFC?";
|
||||||
answer: "High Fidelity commerce is in open beta right now. Want more HFC? Get it by going to BankOfHighFidelity and meeting with the banker!";
|
answer: "High Fidelity commerce is in open beta right now. Want more HFC? \
|
||||||
|
Get it by going to <br><br><b><font color='#0093C5'><a href='#bank'>BankOfHighFidelity.</a></font></b> and meeting with the banker!";
|
||||||
}
|
}
|
||||||
ListElement {
|
ListElement {
|
||||||
isExpanded: false;
|
isExpanded: false;
|
||||||
|
@ -251,9 +252,11 @@ 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 === "#bank") {
|
||||||
|
Qt.openUrlExternally("hifi://BankOfHighFidelity";)
|
||||||
} else if (link === "#support") {
|
} else if (link === "#support") {
|
||||||
Qt.openUrlExternally("mailto:support@highfidelity.com");
|
Qt.openUrlExternally("mailto:support@highfidelity.com");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue