mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 11:29:50 +02:00
Small comment addition
This commit is contained in:
parent
d4f9287e3f
commit
fa69ea0352
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ Rectangle {
|
||||||
|
|
||||||
if (root.certInfoReplaceMode > 3) {
|
if (root.certInfoReplaceMode > 3) {
|
||||||
root.itemName = result.data.marketplace_item_name;
|
root.itemName = result.data.marketplace_item_name;
|
||||||
|
// "\u2022" is the Unicode character 'BULLET' - it's what's used in password fields on the web, etc
|
||||||
root.itemOwner = root.isMyCert ? Account.username :
|
root.itemOwner = root.isMyCert ? Account.username :
|
||||||
"\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022";
|
"\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022\u2022";
|
||||||
root.dateOfPurchase = root.isMyCert ? getFormattedDate(result.data.transfer_created_at * 1000) : "Undisclosed";
|
root.dateOfPurchase = root.isMyCert ? getFormattedDate(result.data.transfer_created_at * 1000) : "Undisclosed";
|
||||||
|
|
Loading…
Reference in a new issue