Implemented changes requested by Tildearrow

This commit is contained in:
ZeroByteOrg 2022-09-23 23:23:03 -05:00
parent c3654eb67c
commit d7900c2390
6 changed files with 32 additions and 30 deletions

View file

@ -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();
}