mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-11-05 11:56:37 +00:00
set script type import button as default after bip39 wallet discovery returns empty
This commit is contained in:
parent
ad3b384feb
commit
6e8d44bc8c
1 changed files with 1 additions and 0 deletions
|
|
@ -196,6 +196,7 @@ public class MnemonicWalletKeystoreImportPane extends MnemonicKeystorePane {
|
|||
HBox.setHgrow(region, Priority.SOMETIMES);
|
||||
|
||||
Button importMnemonicButton = new Button("Import");
|
||||
importMnemonicButton.setDefaultButton(true);
|
||||
importMnemonicButton.setOnAction(event -> {
|
||||
showHideLink.setVisible(true);
|
||||
setExpanded(false);
|
||||
|
|
|
|||
Loading…
Reference in a new issue