mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 22:36:24 +00:00
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…
x
Reference in New Issue
Block a user