Add detailed export progress in the status bar

This commit is contained in:
Perfare 2021-12-09 18:08:56 +08:00
parent a94caa5e34
commit d220315d9b

View File

@ -413,7 +413,7 @@ namespace AssetStudioGUI
break; break;
} }
exportPath += Path.DirectorySeparatorChar; exportPath += Path.DirectorySeparatorChar;
StatusStripUpdate($"Exporting {asset.TypeString}: {asset.Text}"); StatusStripUpdate($"[{exportedCount}/{toExportCount}] Exporting {asset.TypeString}: {asset.Text}");
try try
{ {
switch (exportType) switch (exportType)