From: Kai Uwe Broulik Date: Thu, 10 Aug 2023 12:13:13 +0000 (+0200) Subject: Set Notify flag on close running terminal app prompt X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/fc6fa9ba982f73dd2da5e3016006ce74eebb1bac?hp=907981387cf294520f3a84d3a0a3e9053aeddf12 Set Notify flag on close running terminal app prompt Ensures the warning sound is played. --- diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index e6a025ed6..68704b89a 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);