mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-19 08:25:21 +01:00
Windows: improve error reporting if Conditional File Access is active
This commit is contained in:
parent
ce549cadb2
commit
2853fd2b87
3 changed files with 23 additions and 19 deletions
|
@ -167,8 +167,7 @@ void DownloadExtractThread::extractImageRun()
|
|||
{
|
||||
if (!_cancelled)
|
||||
{
|
||||
DownloadThread::cancelDownload();
|
||||
emit error(tr("Error writing to storage"));
|
||||
_onWriteError();
|
||||
}
|
||||
archive_read_free(a);
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue