diff --git a/mist/assets/qml/wallet.qml b/mist/assets/qml/wallet.qml
index 24191eae8d4889a727696fb09ca9f9dfc3c602ea..b4900f48ab6ec87a9f2095f606bf7beef139dc62 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"})
                       }
                   }