mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-03 10:03:47 +00:00
Merge branch 'hotfix/0.6.5-1'
This commit is contained in:
commit
29ca238a7a
1 changed files with 4 additions and 0 deletions
|
|
@ -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"})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue