Gui: add an option to also suppress normal messages

This commit is contained in:
wmayer
2020-07-31 19:39:11 +02:00
parent 1a4a52356f
commit 3f7fb1af7a
4 changed files with 77 additions and 33 deletions

View File

@@ -58,6 +58,7 @@ DlgReportViewImp::~DlgReportViewImp()
void DlgReportViewImp::saveSettings()
{
ui->checkMessage->onSave();
ui->checkLogging->onSave();
ui->checkWarning->onSave();
ui->checkError->onSave();
@@ -76,6 +77,7 @@ void DlgReportViewImp::saveSettings()
void DlgReportViewImp::loadSettings()
{
ui->checkMessage->onRestore();
ui->checkLogging->onRestore();
ui->checkWarning->onRestore();
ui->checkError->onRestore();