mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-11 07:57:26 -04:00
Qt wrapper for libwallet - in-progress
This commit is contained in:
@@ -43,6 +43,10 @@ Item {
|
||||
|
||||
onOpacityChanged: visible = opacity !== 0
|
||||
|
||||
function saveSettings(settingsObject) {
|
||||
settingsObject.wallet.setPassword(passwordItem.password)
|
||||
}
|
||||
|
||||
function handlePassword() {
|
||||
// allow to forward step only if passwords match
|
||||
wizard.nextButton.enabled = passwordItem.password === retypePasswordItem.password
|
||||
@@ -54,8 +58,6 @@ Item {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Row {
|
||||
id: dotsRow
|
||||
anchors.top: parent.top
|
||||
|
||||
Reference in New Issue
Block a user