mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-21 12:07:27 -04:00
WizardOpenWallet1: navigate with keyboard; enable accessibility
This commit is contained in:
3
main.qml
3
main.qml
@@ -212,6 +212,9 @@ ApplicationWindow {
|
||||
if (prevState) {
|
||||
appWindow.viewState = prevState;
|
||||
}
|
||||
if (wizard.wizardState == "wizardOpenWallet1") {
|
||||
wizard.wizardStateView.wizardOpenWallet1View.pageRoot.forceActiveFocus();
|
||||
}
|
||||
};
|
||||
passwordDialog.open(usefulName(persistentSettings.wallet_path));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user