mirror of
https://github.com/zealdocs/zeal.git
synced 2026-08-29 08:34:50 +08:00
fix(ui): update status on extraction error
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user