Show more detailed status on sidecar creation.

This commit is contained in:
2019-04-20 21:30:39 +01:00
parent d18690b0e1
commit 888138e1af
4 changed files with 16 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ namespace DiscImageChef.Core
byte[] data;
long position = 0;
UpdateStatus("Hashing image file...");
InitProgress();
while(position < fi.Length - 1048576)
{
@@ -161,6 +162,7 @@ namespace DiscImageChef.Core
public void Abort()
{
UpdateStatus("Aborting...");
aborted = true;
}
}