mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 00:36:47 +02:00
Bugfix
This commit is contained in:
parent
ad33e775f1
commit
eb8cfcd8e9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue