mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-12 17:37:25 -04:00
remove Seed & Keys subtab in left panel
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user