early text export
incomplete
This commit is contained in:
parent
643e5d5d5b
commit
bd3f6765f4
4 changed files with 165 additions and 5 deletions
|
|
@ -534,6 +534,10 @@ void FurnaceGUI::drawMobileControls() {
|
|||
if (ImGui::Button("CmdStream Text")) {
|
||||
openFileDialog(GUI_FILE_EXPORT_CMDSTREAM);
|
||||
}
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button("Text")) {
|
||||
openFileDialog(GUI_FILE_EXPORT_TEXT);
|
||||
}
|
||||
|
||||
if (ImGui::Button("Restore Backup")) {
|
||||
mobileMenuOpen=false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue