i guess not needed
This commit is contained in:
parent
f9056326ad
commit
6b18f73c87
|
@ -509,16 +509,6 @@ void FurnaceGUI::drawMobileControls() {
|
||||||
doAction(GUI_ACTION_SAVE_AS);
|
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")) {
|
if (ImGui::Button("Export")) {
|
||||||
doAction(GUI_ACTION_EXPORT);
|
doAction(GUI_ACTION_EXPORT);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue