mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
restore separation of inventory vs proofs.
This commit is contained in:
parent
8ee6a0ceff
commit
993cb0cfa0
1 changed files with 1 additions and 1 deletions
|
@ -476,7 +476,7 @@ Rectangle {
|
|||
anchors.left: parent.left;
|
||||
anchors.leftMargin: 16;
|
||||
width: paintedWidth;
|
||||
text: "Inventory"; // HRS FIXME isShowingMyItems ? "My Items" : "My Purchases";
|
||||
text: isShowingMyItems ? "My Items" : "Inventory"; //"My Purchases";
|
||||
color: hifi.colors.black;
|
||||
size: 22;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue