fix(desktop/profile) back seed indication missing

When other than the profile menu was selected

Closes #3457
This commit is contained in:
Alexandra Betouni 2021-09-09 20:41:29 +03:00 committed by Iuri Matias
parent 55c48d65bd
commit 7cfa8272a4
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ Item {
checked: appView.currentIndex == Utils.getAppSectionIndex(Constants.profile)
onClicked: appMain.changeAppSection(Constants.profile)
badge.visible: !profileModel.mnemonic.isBackedUp && !checked
badge.visible: !profileModel.mnemonic.isBackedUp
badge.anchors.rightMargin: 4
badge.anchors.topMargin: 5
badge.border.color: hovered ? Theme.palette.statusBadge.hoverBorderColor : Theme.palette.statusAppNavBar.backgroundColor