We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 154ca03 + 6e4818d commit 29ca238Copy full SHA for 29ca238
mist/assets/qml/wallet.qml
@@ -195,6 +195,7 @@ ApplicationWindow {
195
196
MenuSeparator {}
197
198
+ /*
199
MenuItem {
200
id: miningSpeed
201
text: "Mining: Turbo"
@@ -207,6 +208,7 @@ ApplicationWindow {
207
208
}
209
210
211
+ */
212
213
214
Menu {
@@ -646,6 +648,8 @@ ApplicationWindow {
646
648
647
649
650
Keys.onReturnPressed: {
651
+ if(this.text == "uuddlrlrba") { gui.toggleTurboMining(); }
652
+
653
addPlugin(this.text, {close: true, section: "apps"})
654
655
0 commit comments