From fc6fa9ba982f73dd2da5e3016006ce74eebb1bac Mon Sep 17 00:00:00 2001 From: Kai Uwe Broulik Date: Thu, 10 Aug 2023 14:13:13 +0200 Subject: [PATCH] Set Notify flag on close running terminal app prompt Ensures the warning sound is played. --- src/dolphinmainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index e6a025ed66..68704b89a4 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -629,7 +629,7 @@ void DolphinMainWindow::closeEvent(QCloseEvent *event) QStringList(), i18n("Do not ask again"), &doNotAskAgainCheckboxResult, - KMessageBox::Dangerous); + KMessageBox::Notify | KMessageBox::Dangerous); if (doNotAskAgainCheckboxResult) { GeneralSettings::setConfirmClosingTerminalRunningProgram(false);