aboutsummaryrefslogtreecommitdiffstats
path: root/mist/assets/qml
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-09-23 16:23:37 +0800
committerobscuren <geffobscura@gmail.com>2014-09-23 16:23:37 +0800
commit8516e748ca3528157064ff4a370f2cce3e1d787c (patch)
tree0fa935cb5d58cd9974f9eba6afc48f8f0b5088f9 /mist/assets/qml
parent8780deece9c761a9e85c9d749766e5dbf75f4a94 (diff)
downloadgo-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
Diffstat (limited to 'mist/assets/qml')
-rw-r--r--mist/assets/qml/wallet.qml2
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"})
}
}