Merge pull request #2194

7aff9e6 remove Seed & Keys subtab in left panel (cryptochangements34)
This commit is contained in:
luigi1111
2019-06-21 14:33:40 -05:00
3 changed files with 10 additions and 29 deletions

View File

@@ -244,6 +244,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
}
}
}