diff --git a/src/core/copyjob.cpp b/src/core/copyjob.cpp --- a/src/core/copyjob.cpp +++ b/src/core/copyjob.cpp @@ -1457,6 +1457,8 @@ if (files.count() > 1) { options |= SkipDialog_MultipleItems; } + // This ensures that we will not receive any notifications for the job while waiting for user feedback + q->removeSubjob(job); res = q->uiDelegateExtension()->askSkip(q, options, job->errorString()); } }