new off + wait 1 command
This commit is contained in:
parent
b398108534
commit
4899513194
6 changed files with 47 additions and 12 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue