From d220315d9bf4ee69805f7313cd1305d0fc777d38 Mon Sep 17 00:00:00 2001 From: Perfare Date: Thu, 9 Dec 2021 18:08:56 +0800 Subject: [PATCH] Add detailed export progress in the status bar --- AssetStudioGUI/Studio.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)