diff --git a/gui/resultstree.cpp b/gui/resultstree.cpp index 1b2ea06506b1..b840dce68aa1 100644 --- a/gui/resultstree.cpp +++ b/gui/resultstree.cpp @@ -371,7 +371,7 @@ bool ResultsTree::addErrorItem(const ErrorItem &item) realfile = tr("Undefined file"); } - bool showItem = false; + bool showItem = true; // Ids that are temporarily hidden.. if (mHiddenMessageId.contains(item.errorId))