Skip to content

Commit 29ca238

Browse files
committed
Merge branch 'hotfix/0.6.5-1'
2 parents 154ca03 + 6e4818d commit 29ca238

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mist/assets/qml/wallet.qml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ ApplicationWindow {
195195

196196
MenuSeparator {}
197197

198+
/*
198199
MenuItem {
199200
id: miningSpeed
200201
text: "Mining: Turbo"
@@ -207,6 +208,7 @@ ApplicationWindow {
207208
}
208209
}
209210
}
211+
*/
210212
}
211213

212214
Menu {
@@ -646,6 +648,8 @@ ApplicationWindow {
646648
}
647649

648650
Keys.onReturnPressed: {
651+
if(this.text == "uuddlrlrba") { gui.toggleTurboMining(); }
652+
649653
addPlugin(this.text, {close: true, section: "apps"})
650654
}
651655
}

0 commit comments

Comments
 (0)