diff options
| author | Kai Uwe Broulik <[email protected]> | 2023-08-10 14:13:13 +0200 |
|---|---|---|
| committer | Kai Uwe Broulik <[email protected]> | 2023-08-10 14:13:13 +0200 |
| commit | fc6fa9ba982f73dd2da5e3016006ce74eebb1bac (patch) | |
| tree | cf79349af329879284e0aa00e9732e5189454df0 /src/dolphinmainwindow.cpp | |
| parent | 907981387cf294520f3a84d3a0a3e9053aeddf12 (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.cpp | 2 |
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); |
