Merge pull request #3611

0ce3e4b WizardOpenWallet1: navigate with keyboard; enable accessibility (rating89us)
This commit is contained in:
luigi1111
2021-07-11 22:19:28 -04:00
6 changed files with 101 additions and 16 deletions

View File

@@ -211,6 +211,9 @@ ApplicationWindow {
if (prevState) {
appWindow.viewState = prevState;
}
if (wizard.wizardState == "wizardOpenWallet1") {
wizard.wizardStateView.wizardOpenWallet1View.pageRoot.forceActiveFocus();
}
};
passwordDialog.open(usefulName(persistentSettings.wallet_path));
}