From 6e4818d7423d9966878d43530ed7339b97a8c4ff Mon Sep 17 00:00:00 2001 From: obscuren Date: Tue, 23 Sep 2014 10:20:35 +0200 Subject: [PATCH] Konami --- mist/assets/qml/wallet.qml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mist/assets/qml/wallet.qml b/mist/assets/qml/wallet.qml index 24191eae8d..b4900f48ab 100644 --- a/mist/assets/qml/wallet.qml +++ b/mist/assets/qml/wallet.qml @@ -195,6 +195,7 @@ ApplicationWindow { MenuSeparator {} + /* MenuItem { id: miningSpeed text: "Mining: Turbo" @@ -207,6 +208,7 @@ ApplicationWindow { } } } + */ } Menu { @@ -646,6 +648,8 @@ ApplicationWindow { } Keys.onReturnPressed: { + if(this.text == "uuddlrlrba") { gui.toggleTurboMining(); } + addPlugin(this.text, {close: true, section: "apps"}) } }