Merge pull request #10120 from f321x/fix_10117
fix: wizard: qml: call checkIfLast in WCHaveSeed
This commit is contained in:
@@ -224,7 +224,11 @@ WizardComponent {
|
||||
id: validationTimer
|
||||
interval: 500
|
||||
repeat: false
|
||||
onTriggered: checkValid()
|
||||
onTriggered: {
|
||||
checkValid()
|
||||
// checkIsLast depends on 'seed_extend'(_canPassphrase) getting set in apply()
|
||||
checkIsLast()
|
||||
}
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
|
||||
Reference in New Issue
Block a user