Changing color for PoW generation since it isn't an error.
This commit is contained in:
parent
3f7100d3c7
commit
d2770fbaeb
1 changed files with 1 additions and 1 deletions
|
@ -674,7 +674,7 @@ std::string rai_qt::status::color ()
|
|||
result = "color: red";
|
||||
break;
|
||||
case rai_qt::status_types::working:
|
||||
result = "color: red";
|
||||
result = "color: blue";
|
||||
break;
|
||||
case rai_qt::status_types::synchronizing:
|
||||
result = "color: red";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue