mirror of
https://github.com/overte-org/overte.git
synced 2025-07-14 17:36:36 +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.left: parent.left;
|
||||||
anchors.leftMargin: 16;
|
anchors.leftMargin: 16;
|
||||||
width: paintedWidth;
|
width: paintedWidth;
|
||||||
text: "Inventory"; // HRS FIXME isShowingMyItems ? "My Items" : "My Purchases";
|
text: isShowingMyItems ? "My Items" : "Inventory"; //"My Purchases";
|
||||||
color: hifi.colors.black;
|
color: hifi.colors.black;
|
||||||
size: 22;
|
size: 22;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue