early text export

incomplete
This commit is contained in:
tildearrow 2023-12-04 15:22:29 -05:00
parent 643e5d5d5b
commit bd3f6765f4
4 changed files with 165 additions and 5 deletions

View file

@ -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;