mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 18:42:40 +00:00
i guess not needed
This commit is contained in:
parent
f9056326ad
commit
6b18f73c87
1 changed files with 0 additions and 10 deletions
|
@ -509,16 +509,6 @@ void FurnaceGUI::drawMobileControls() {
|
|||
doAction(GUI_ACTION_SAVE_AS);
|
||||
}
|
||||
|
||||
if (ImGui::Button("1.1+ .dmf")) {
|
||||
mobileMenuOpen=false;
|
||||
openFileDialog(GUI_FILE_SAVE_DMF);
|
||||
}
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button("Legacy .dmf")) {
|
||||
mobileMenuOpen=false;
|
||||
openFileDialog(GUI_FILE_SAVE_DMF_LEGACY);
|
||||
}
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button("Export")) {
|
||||
doAction(GUI_ACTION_EXPORT);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue