Skip to content

Commit

Permalink
Merge branch 'hotfix/0.6.5-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
obscuren committed Sep 23, 2014
2 parents 154ca03 + 6e4818d commit 29ca238
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mist/assets/qml/wallet.qml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ ApplicationWindow {

MenuSeparator {}

/*
MenuItem {
id: miningSpeed
text: "Mining: Turbo"
Expand All @@ -207,6 +208,7 @@ ApplicationWindow {
}
}
}
*/
}

Menu {
Expand Down Expand Up @@ -646,6 +648,8 @@ ApplicationWindow {
}

Keys.onReturnPressed: {
if(this.text == "uuddlrlrba") { gui.toggleTurboMining(); }

addPlugin(this.text, {close: true, section: "apps"})
}
}
Expand Down

0 comments on commit 29ca238

Please sign in to comment.