fix(filemanager): remove archive success notification

main
reionwong 3 weeks ago
parent c61f84781c
commit 2c7ef58207

@ -1295,8 +1295,6 @@ void FolderModel::archiveJobFinished(bool success,
m_needSelectUrls.append(QUrl::fromLocalFile(outputPath));
refresh();
delayUpdateNeedSelectUrls();
message = tr("%1 completed: %2").arg(operation, QFileInfo(outputPath).fileName());
emit notification(message);
} else if (canceled) {
message = tr("%1 canceled.").arg(operation);
emit notification(message);

Loading…
Cancel
Save