fix(Profile): Wallet connected dapps count label

This commit is contained in:
Igor Sirotin 2022-08-07 23:20:11 +03:00 committed by Igor Sirotin
parent 7915781d80
commit d048939b5d
1 changed files with 1 additions and 0 deletions

View File

@ -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"