fix restore backup option
This commit is contained in:
parent
4fea3fd8f2
commit
f80e070178
2 changed files with 6 additions and 1 deletions
|
|
@ -524,6 +524,11 @@ void FurnaceGUI::drawMobileControls() {
|
|||
openFileDialog(GUI_FILE_EXPORT_CMDSTREAM);
|
||||
}
|
||||
|
||||
if (ImGui::Button("Restore Backup")) {
|
||||
mobileMenuOpen=false;
|
||||
doAction(GUI_ACTION_OPEN_BACKUP);
|
||||
}
|
||||
|
||||
ImGui::Separator();
|
||||
|
||||
if (ImGui::BeginTabBar("MobileSong")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue