mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:24:03 +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 {
|
||||
id: updatesAvailableBanner;
|
||||
visible: true;
|
||||
visible: root.numUpdatesAvailable > 0 && !root.isShowingMyItems;
|
||||
anchors.bottom: parent.bottom;
|
||||
anchors.left: parent.left;
|
||||
anchors.right: parent.right;
|
||||
|
|
Loading…
Reference in a new issue