mirror of
https://github.com/monero-project/monero-gui
synced 2024-12-14 07:09:09 +01:00
wizard: change default account name + validation nextButton
This commit is contained in:
parent
469bb9f25f
commit
ec3d586fd0
@ -126,7 +126,13 @@ Item {
|
|||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
color: "#FF6C3C"
|
color: "#FF6C3C"
|
||||||
focus: true
|
focus: true
|
||||||
text: qsTr("My account name") + translationManager.emptyString
|
text: defaultAccountName
|
||||||
|
|
||||||
|
|
||||||
|
Keys.onReleased: {
|
||||||
|
wizard.nextButton.enabled = (accountName.length > 0)
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
|
Loading…
Reference in New Issue
Block a user