restore separation of inventory vs proofs.

This commit is contained in:
Howard Stearns 2018-10-24 12:00:17 -07:00
parent 8ee6a0ceff
commit 993cb0cfa0

View file

@ -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;
}