From e1dcb21165fcdd5867be5222b881aa8c0a952507 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Tue, 2 Sep 2025 02:13:24 +0000 Subject: [PATCH] AddonManager: ignore everything but dirs in getVerboseAddOnsInfo Before this PR addon manager was displaying manifest.json files along with backup files. Now those are ignored. Fixes #23545 --- src/App/Application.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/App/Application.cpp b/src/App/Application.cpp index b69d139dc2..bc84016a77 100644 --- a/src/App/Application.cpp +++ b/src/App/Application.cpp @@ -3781,6 +3781,9 @@ void Application::getVerboseAddOnsInfo(QTextStream& str, const std::map