1
0

Merge pull request #10120 from f321x/fix_10117

fix: wizard: qml: call checkIfLast in WCHaveSeed
This commit is contained in:
ghost43
2025-08-11 15:45:57 +00:00
committed by GitHub

View File

@@ -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: {