fix(ui): update status on extraction error

This commit is contained in:
Oleg Shparber
2026-07-28 12:36:39 +03:00
parent 458fbaaf1b
commit adaed6b78f
+2
View File
@@ -587,6 +587,8 @@ void DocsetsDialog::extractionError(const QString &filePath, const QString &erro
delete m_tmpFiles.take(docsetName);
delete m_tarixIndexFiles.take(docsetName);
updateStatus();
}
void DocsetsDialog::extractionProgress(const QString &filePath, qint64 extracted, qint64 total)