mirror of
https://github.com/KDE/konsole.git
synced 2026-06-11 23:45:09 -04:00
Restore KDE4 behavior - do not ask for confirmation on logout
Thanks Wolfgnag Bauer (wbauer) for patch REVIEW: 127128
This commit is contained in:
@@ -531,7 +531,7 @@ bool MainWindow::queryClose()
|
||||
// Do not ask for confirmation during log out and power off
|
||||
// TODO: rework the dealing of this case to make it has its own confirmation
|
||||
// dialog.
|
||||
if (kapp->sessionSaving()) {
|
||||
if (qApp->isSavingSession()) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user