logic: errorview fix non index errors, use filepath instead of string in
commandline parser <description>
This commit is contained in:
@@ -252,7 +252,7 @@ bool QtErrorView::isShownError(const StorageError& error)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
if (error.fatal && !error.indexed && m_showNonIndexedErrors->checkState() == Qt::Checked)
|
||||
if (!error.fatal && !error.indexed && m_showNonIndexedErrors->checkState() == Qt::Checked)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user