1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-07 10:51:45 +00:00

Set Notify flag on close running terminal app prompt

Ensures the warning sound is played.
This commit is contained in:
Kai Uwe Broulik 2023-08-10 14:13:13 +02:00
parent 907981387c
commit fc6fa9ba98

View File

@ -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);