Implemented changes requested by Tildearrow
This commit is contained in:
parent
c3654eb67c
commit
d7900c2390
6 changed files with 32 additions and 30 deletions
|
|
@ -3400,7 +3400,7 @@ bool FurnaceGUI::loop() {
|
|||
}
|
||||
ImGui::Checkbox("loop",&zsmExportLoop);
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button(" Go ")) {
|
||||
if (ImGui::Button("Begin Export")) {
|
||||
openFileDialog(GUI_FILE_EXPORT_ZSM);
|
||||
ImGui::CloseCurrentPopup();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue