remove Seed & Keys subtab in left panel

This commit is contained in:
cryptochangements34
2019-06-03 17:32:38 -04:00
parent a5a90c7ed8
commit 7aff9e6af0
3 changed files with 10 additions and 29 deletions

View File

@@ -216,6 +216,16 @@ Rectangle {
text: (viewOnlyQRCode.visible) ? qsTr("View Only Wallet") + translationManager.emptyString : qsTr("Spendable Wallet") + translationManager.emptyString
horizontalAlignment: Text.AlignHCenter
}
MoneroComponents.StandardButton {
small: true
text: qsTr("Done") + translationManager.emptyString
onClicked: {
loadPage("Settings")
}
anchors.horizontalCenter: parent.horizontalCenter
width: 135
}
}
}