forked from Public/monero-gui
fixed "Keys" CTRL+Y hotkey
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user