mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 15:17:25 -04:00
wizard: change default account name + validation nextButton
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user