diff options
author | obscuren <geffobscura@gmail.com> | 2014-09-23 16:21:39 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-09-23 16:21:39 +0800 |
commit | 29ca238a7ac3afd86c9484901f74358bf55e57b0 (patch) | |
tree | e289445fac59d10f141b55070be8ec4bfa2f7061 | |
parent | 154ca03228a9d97a4b2319f525814a16f102430f (diff) | |
parent | 6e4818d7423d9966878d43530ed7339b97a8c4ff (diff) | |
download | go-tangerine-29ca238a7ac3afd86c9484901f74358bf55e57b0.tar go-tangerine-29ca238a7ac3afd86c9484901f74358bf55e57b0.tar.gz go-tangerine-29ca238a7ac3afd86c9484901f74358bf55e57b0.tar.bz2 go-tangerine-29ca238a7ac3afd86c9484901f74358bf55e57b0.tar.lz go-tangerine-29ca238a7ac3afd86c9484901f74358bf55e57b0.tar.xz go-tangerine-29ca238a7ac3afd86c9484901f74358bf55e57b0.tar.zst go-tangerine-29ca238a7ac3afd86c9484901f74358bf55e57b0.zip |
Merge branch 'hotfix/0.6.5-1'v0.6.5-1
-rw-r--r-- | mist/assets/qml/wallet.qml | 4 |
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"}) } } |