Changing synchronizing to a blue message since it's not actually an error condition.
This commit is contained in:
parent
74adba4250
commit
f51b088bab
2 changed files with 2 additions and 2 deletions
|
@ -790,7 +790,7 @@ std::string rai_qt::status::color ()
|
|||
result = "color: blue";
|
||||
break;
|
||||
case rai_qt::status_types::synchronizing:
|
||||
result = "color: red";
|
||||
result = "color: blue";
|
||||
break;
|
||||
case rai_qt::status_types::locked:
|
||||
result = "color: orange";
|
||||
|
|
|
@ -262,9 +262,9 @@ namespace rai_qt {
|
|||
disconnected,
|
||||
working,
|
||||
locked,
|
||||
synchronizing,
|
||||
vulnerable,
|
||||
active,
|
||||
synchronizing,
|
||||
nominal
|
||||
};
|
||||
class status
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue