new off + wait 1 command

This commit is contained in:
tildearrow 2025-04-14 13:42:15 -05:00
parent b398108534
commit 4899513194
6 changed files with 47 additions and 12 deletions

View file

@ -6064,7 +6064,8 @@ bool FurnaceGUI::loop() {
}
} else {
WAKE_UP;
ImGui::Text("Exporting... %d",csProgress.count);
ImGui::Text("Exporting...");
ImGui::Text("%d/%d",csProgress.optCurrent,csProgress.optTotal);
// check whether we're done
if (csExportDone) {