mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 16:28:14 +00:00
wizard: change default account name + validation nextButton
This commit is contained in:
parent
469bb9f25f
commit
ec3d586fd0
1 changed files with 7 additions and 1 deletions
|
@ -126,7 +126,13 @@ Item {
|
|||
renderType: Text.NativeRendering
|
||||
color: "#FF6C3C"
|
||||
focus: true
|
||||
text: qsTr("My account name") + translationManager.emptyString
|
||||
text: defaultAccountName
|
||||
|
||||
|
||||
Keys.onReleased: {
|
||||
wizard.nextButton.enabled = (accountName.length > 0)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
|
|
Loading…
Reference in a new issue