Windows: improve error reporting if Conditional File Access is active

This commit is contained in:
Floris Bos 2023-09-23 19:46:13 +02:00
parent ce549cadb2
commit 2853fd2b87
3 changed files with 23 additions and 19 deletions

View file

@ -167,8 +167,7 @@ void DownloadExtractThread::extractImageRun()
{
if (!_cancelled)
{
DownloadThread::cancelDownload();
emit error(tr("Error writing to storage"));
_onWriteError();
}
archive_read_free(a);
return;