Added tooltip to help interpretation of status bar
This commit is contained in:
parent
9868031a9c
commit
db58c8fcbc
1 changed files with 1 additions and 0 deletions
|
@ -622,6 +622,7 @@ void rai_qt::status::set_text ()
|
|||
{
|
||||
wallet.status->setText (text ().c_str ());
|
||||
wallet.status->setStyleSheet ((std::string ("QLabel {") + color () + "}").c_str ());
|
||||
wallet.status->setToolTip("Wallet status and wallet block count (blocks remaining to sync)");
|
||||
}
|
||||
|
||||
std::string rai_qt::status::text ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue