Allow to hide message filter

This commit is contained in:
Klaus Basan
2018-02-16 03:39:08 +01:00
parent 7f4e230d9a
commit 8110baad33
5 changed files with 18 additions and 0 deletions

View File

@@ -53,6 +53,8 @@ namespace BlackGui
this->displayBootstrapUrls();
this->displayGlobalSetup();
this->displayOtherVersionsInfo();
ui->comp_Messages->hideFilterBar(); // saves space, we only expect aview messages
}
CSetupLoadingDialog::CSetupLoadingDialog(const BlackMisc::CStatusMessageList &msgs, QWidget *parent) : CSetupLoadingDialog(parent)
{