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