┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
diff options
context:
space:
mode:
authorKai Uwe Broulik <[email protected]>2023-08-10 14:13:13 +0200
committerKai Uwe Broulik <[email protected]>2023-08-10 14:13:13 +0200
commitfc6fa9ba982f73dd2da5e3016006ce74eebb1bac (patch)
treecf79349af329879284e0aa00e9732e5189454df0 /src/dolphinmainwindow.cpp
parent907981387cf294520f3a84d3a0a3e9053aeddf12 (diff)
Set Notify flag on close running terminal app prompt
Ensures the warning sound is played.
Diffstat (limited to 'src/dolphinmainwindow.cpp')
-rw-r--r--src/dolphinmainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
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);