mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-14 22:27:25 -04:00
Add mining screen
We want to make it easy for people to mine
This commit is contained in:
5
main.qml
5
main.qml
@@ -362,7 +362,6 @@ ApplicationWindow {
|
||||
daemonRunning = false;
|
||||
}
|
||||
|
||||
|
||||
function onWalletNewBlock(blockHeight) {
|
||||
|
||||
// Update progress bar
|
||||
@@ -838,7 +837,7 @@ ApplicationWindow {
|
||||
onTxkeyClicked: middlePanel.state = "TxKey"
|
||||
onHistoryClicked: middlePanel.state = "History"
|
||||
onAddressBookClicked: middlePanel.state = "AddressBook"
|
||||
onMiningClicked: middlePanel.state = "Minning"
|
||||
onMiningClicked: middlePanel.state = "Mining"
|
||||
onSignClicked: middlePanel.state = "Sign"
|
||||
onSettingsClicked: middlePanel.state = "Settings"
|
||||
}
|
||||
@@ -1120,7 +1119,7 @@ ApplicationWindow {
|
||||
onClosing: {
|
||||
// Close wallet non async on exit
|
||||
walletManager.closeWallet();
|
||||
// Stop daemon
|
||||
// Stop daemon and pool miner
|
||||
daemonManager.stop();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user