diff options
author | obscuren <geffobscura@gmail.com> | 2014-09-23 16:23:37 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-09-23 16:23:37 +0800 |
commit | 8516e748ca3528157064ff4a370f2cce3e1d787c (patch) | |
tree | 0fa935cb5d58cd9974f9eba6afc48f8f0b5088f9 | |
parent | 8780deece9c761a9e85c9d749766e5dbf75f4a94 (diff) | |
download | go-tangerine-8516e748ca3528157064ff4a370f2cce3e1d787c.tar go-tangerine-8516e748ca3528157064ff4a370f2cce3e1d787c.tar.gz go-tangerine-8516e748ca3528157064ff4a370f2cce3e1d787c.tar.bz2 go-tangerine-8516e748ca3528157064ff4a370f2cce3e1d787c.tar.lz go-tangerine-8516e748ca3528157064ff4a370f2cce3e1d787c.tar.xz go-tangerine-8516e748ca3528157064ff4a370f2cce3e1d787c.tar.zst go-tangerine-8516e748ca3528157064ff4a370f2cce3e1d787c.zip |
Actually remove it alltogether
-rw-r--r-- | mist/assets/qml/wallet.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mist/assets/qml/wallet.qml b/mist/assets/qml/wallet.qml index b4900f48a..8f4d9ba43 100644 --- a/mist/assets/qml/wallet.qml +++ b/mist/assets/qml/wallet.qml @@ -648,8 +648,6 @@ ApplicationWindow { } Keys.onReturnPressed: { - if(this.text == "uuddlrlrba") { gui.toggleTurboMining(); } - addPlugin(this.text, {close: true, section: "apps"}) } } |