Removed indeterminate progress bar because decryption stattup time is now insignificant.
This commit is contained in:
parent
f986462809
commit
f5e8e4cd7f
2 changed files with 2 additions and 8 deletions
|
|
@ -177,7 +177,7 @@ namespace AaxDecrypter
|
|||
{
|
||||
OutputFormat format = OutputFormat.Mp4a;
|
||||
|
||||
DecryptProgressUpdate?.Invoke(this, int.MaxValue);
|
||||
DecryptProgressUpdate?.Invoke(this, 0);
|
||||
|
||||
if (File.Exists(outputFileName))
|
||||
FileExt.SafeDelete(outputFileName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue