mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Allow to hide message filter
This commit is contained in:
@@ -83,6 +83,11 @@ namespace BlackGui
|
||||
ui->comp_StatusMessages->showFilterBar();
|
||||
}
|
||||
|
||||
void CLogComponent::hideFilterBar()
|
||||
{
|
||||
ui->comp_StatusMessages->hideFilterBar();
|
||||
}
|
||||
|
||||
void CLogComponent::showDetails(bool details)
|
||||
{
|
||||
ui->comp_StatusMessages->showDetails(details);
|
||||
|
||||
Reference in New Issue
Block a user