mirror of
https://github.com/lubosz/overte.git
synced 2025-04-26 17:15:37 +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) {
|
||||
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 :
|
||||
"\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";
|
||||
|
|
Loading…
Reference in a new issue