This commit is contained in:
Zach Fox 2018-03-16 13:13:38 -07:00
parent ad33e775f1
commit eb8cfcd8e9

View file

@ -531,7 +531,7 @@ Rectangle {
Rectangle { Rectangle {
id: updatesAvailableBanner; id: updatesAvailableBanner;
visible: true; visible: root.numUpdatesAvailable > 0 && !root.isShowingMyItems;
anchors.bottom: parent.bottom; anchors.bottom: parent.bottom;
anchors.left: parent.left; anchors.left: parent.left;
anchors.right: parent.right; anchors.right: parent.right;