forked from Public/monero-gui
mining: add visual icon/indicator that mining is enabled, visible on all the screens
This commit is contained in:
@@ -241,6 +241,7 @@ Rectangle {
|
||||
updateStatusText()
|
||||
startSoloMinerButton.enabled = !walletManager.isMining()
|
||||
stopSoloMinerButton.enabled = !startSoloMinerButton.enabled
|
||||
appWindow.isMining = walletManager.isMining()
|
||||
}
|
||||
|
||||
MoneroComponents.StandardDialog {
|
||||
|
||||
Reference in New Issue
Block a user