|
|
@ -195,6 +195,7 @@ ApplicationWindow { |
|
|
|
|
|
|
|
|
|
|
|
MenuSeparator {} |
|
|
|
MenuSeparator {} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* |
|
|
|
MenuItem { |
|
|
|
MenuItem { |
|
|
|
id: miningSpeed |
|
|
|
id: miningSpeed |
|
|
|
text: "Mining: Turbo" |
|
|
|
text: "Mining: Turbo" |
|
|
@ -207,6 +208,7 @@ ApplicationWindow { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
*/ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
Menu { |
|
|
|
Menu { |
|
|
@ -646,6 +648,8 @@ ApplicationWindow { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
Keys.onReturnPressed: { |
|
|
|
Keys.onReturnPressed: { |
|
|
|
|
|
|
|
if(this.text == "uuddlrlrba") { gui.toggleTurboMining(); } |
|
|
|
|
|
|
|
|
|
|
|
addPlugin(this.text, {close: true, section: "apps"}) |
|
|
|
addPlugin(this.text, {close: true, section: "apps"}) |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|