aboutsummaryrefslogtreecommitdiffstats
path: root/mist
diff options
context:
space:
mode:
Diffstat (limited to 'mist')
-rw-r--r--mist/assets/qml/wallet.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/mist/assets/qml/wallet.qml b/mist/assets/qml/wallet.qml
index 24191eae8..b4900f48a 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"})
}
}