mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Show more detailed status on sidecar creation.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user