From c5238fc2b30d1f87ee484440d63d689138b29f7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 30 Jun 2024 17:24:42 +0200 Subject: [PATCH] fix1 --- gui/resultstree.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))