mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Fix status bar not displaying Alerts.
This commit is contained in:
parent
857aa73783
commit
7ca47cece7
5 changed files with 46 additions and 5 deletions
|
|
@ -72,6 +72,11 @@ int ClientModel::getNumBlocksOfPeers() const
|
|||
return GetNumBlocksOfPeers();
|
||||
}
|
||||
|
||||
QString ClientModel::getStatusBarWarnings() const
|
||||
{
|
||||
return QString::fromStdString(GetWarnings("statusbar"));
|
||||
}
|
||||
|
||||
OptionsModel *ClientModel::getOptionsModel()
|
||||
{
|
||||
return optionsModel;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue