mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-12 06:09:08 +00:00
Konami
This commit is contained in:
parent
154ca03228
commit
6e4818d742
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