fix(Profile): Wallet connected dapps count label
This commit is contained in:
parent
7915781d80
commit
d048939b5d
|
@ -56,6 +56,7 @@ Column {
|
|||
height: 64
|
||||
width: parent.width
|
||||
onClicked: goToDappPermissionsView()
|
||||
label: qsTr("%n DApp(s) connected", "", root.walletStore.dappList.count)
|
||||
components: [
|
||||
StatusIcon {
|
||||
icon: "chevron-down"
|
||||
|
|
Loading…
Reference in New Issue