fix(desktop/profile) back seed indication missing
When other than the profile menu was selected Closes #3457
This commit is contained in:
parent
55c48d65bd
commit
7cfa8272a4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue