diff --git a/AssetStudioGUI/Studio.cs b/AssetStudioGUI/Studio.cs index fc56544..ab7caae 100644 --- a/AssetStudioGUI/Studio.cs +++ b/AssetStudioGUI/Studio.cs @@ -413,7 +413,7 @@ namespace AssetStudioGUI break; } exportPath += Path.DirectorySeparatorChar; - StatusStripUpdate($"Exporting {asset.TypeString}: {asset.Text}"); + StatusStripUpdate($"[{exportedCount}/{toExportCount}] Exporting {asset.TypeString}: {asset.Text}"); try { switch (exportType)