fixed "Keys" CTRL+Y hotkey

This commit is contained in:
xiphon
2018-09-27 14:01:14 +00:00
parent 3fd37b96a0
commit af0f58f727
3 changed files with 4 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ function showSeedPage() {
currentWallet.setSeedLanguage("English");
}
// Load keys page
middlePanel.state = "Keys"
appWindow.showPageRequest("Keys");
} else {
informationPopup.title = qsTr("Error") + translationManager.emptyString;
informationPopup.text = qsTr("Wrong password");
@@ -48,7 +48,7 @@ function showSeedPage() {
}
}
passwordDialog.onRejectedCallback = function() {
appWindow.showPageRequest("Settings");
leftPanel.selectItem(middlePanel.state);
}
passwordDialog.open();
if(isMobile) hideMenu();