mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
fix getting inventory back after showing my items
This commit is contained in:
parent
936c2b2cab
commit
9095df4641
1 changed files with 1 additions and 0 deletions
|
@ -563,6 +563,7 @@ Rectangle {
|
|||
hoverEnabled: enabled;
|
||||
onClicked: {
|
||||
root.activeView = "walletInventory";
|
||||
walletInventory.isShowingMyItems = false;
|
||||
tabButtonsContainer.resetTabButtonColors();
|
||||
}
|
||||
onEntered: parent.color = hifi.colors.blueHighlight;
|
||||
|
|
Loading…
Reference in a new issue