Merge remote-tracking branch 'Eknous-P/haptic-two'
This commit is contained in:
commit
c8661648c5
4 changed files with 35 additions and 11 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…
Add table
Add a link
Reference in a new issue