From af0f58f72730454dce2636936024ebf9dd76e5a9 Mon Sep 17 00:00:00 2001 From: xiphon Date: Thu, 27 Sep 2018 14:01:14 +0000 Subject: fixed "Keys" CTRL+Y hotkey --- js/Utils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js') diff --git a/js/Utils.js b/js/Utils.js index 56953f50..9a6e4829 100644 --- a/js/Utils.js +++ b/js/Utils.js @@ -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(); -- cgit v1.2.3