aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-09-23 16:21:39 +0800
committerobscuren <geffobscura@gmail.com>2014-09-23 16:21:39 +0800
commit29ca238a7ac3afd86c9484901f74358bf55e57b0 (patch)
treee289445fac59d10f141b55070be8ec4bfa2f7061
parent154ca03228a9d97a4b2319f525814a16f102430f (diff)
parent6e4818d7423d9966878d43530ed7339b97a8c4ff (diff)
downloadgo-tangerine-29ca238a7ac3afd86c9484901f74358bf55e57b0.tar.gz
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.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"})
}
}