mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-02 09:46:38 +00:00
fix(@desktop/wallet): setting derivation path for a new account with keycard can get in infinite loop
Closes: #10517
This commit is contained in:
parent
f58bfb97eb
commit
686631ffcf
@ -59,6 +59,7 @@ GridLayout {
|
|||||||
objectName: "AddAccountPopup-DerivationPathInput"
|
objectName: "AddAccountPopup-DerivationPathInput"
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
enabled: root.store.derivedAddressModel.count > 0
|
||||||
|
|
||||||
initialDerivationPath: root.store.addAccountModule.derivationPath
|
initialDerivationPath: root.store.addAccountModule.derivationPath
|
||||||
initialBasePath: root.store.selectedRootPath
|
initialBasePath: root.store.selectedRootPath
|
||||||
|
Loading…
x
Reference in New Issue
Block a user