mining: add visual icon/indicator that mining is enabled, visible on all the screens

This commit is contained in:
mmbyday
2018-12-15 20:10:12 -08:00
parent 7c0a557e62
commit 84a60424ef
9 changed files with 38 additions and 7 deletions

View File

@@ -650,7 +650,7 @@ Rectangle {
id: networkStatus
anchors.left: parent.left
anchors.right: parent.right
anchors.leftMargin: 0
anchors.leftMargin: 5 * scaleRatio
anchors.rightMargin: 0
anchors.bottom: (progressBar.visible)? progressBar.top : parent.bottom;
connected: Wallet.ConnectionStatus_Disconnected