Merge branch 'hotfix/0.6.5-1' into develop

This commit is contained in:
obscuren 2014-09-23 10:21:45 +02:00
commit 8780deece9

View File

@ -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"})
}
}