forked from Public/monero-gui
wizard: change default account name + validation nextButton
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user