From 6a0360c5e4ae3deb7b3922bb22e5e37edd52a84d Mon Sep 17 00:00:00 2001 From: Debian Qt/KDE Maintainers Date: Mon, 23 Dec 2024 20:38:15 +0100 Subject: [PATCH] Disable a notification if no problems were found. Forwarded: not-needed Last-Update: 2018-09-07 Gbp-Pq: Name 110_disable_no_problems_found_popup.diff --- src/k3bsystemproblemdialog.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/k3bsystemproblemdialog.cpp b/src/k3bsystemproblemdialog.cpp index cd42db6..24a0d22 100644 --- a/src/k3bsystemproblemdialog.cpp +++ b/src/k3bsystemproblemdialog.cpp @@ -617,9 +617,11 @@ void K3b::SystemProblemDialog::checkSystem(QWidget* parent, NotificationLevel le if( problems.isEmpty() ) { qDebug() << " - none - "; if( level == AlwaysNotify ) { +/* KNotification::event( "NoProblemsFound", i18n("System configured properly"), i18n("No problems found in system configuration.") ); +*/ } } else { -- 2.30.2