GUI: re-enable user presets option
This commit is contained in:
parent
8b43d5a488
commit
40f62aa13e
5 changed files with 27 additions and 5 deletions
|
|
@ -595,6 +595,10 @@ void FurnaceGUI::drawMobileControls() {
|
|||
if (ImGui::Button("CV")) {
|
||||
cvOpen=!cvOpen;
|
||||
}
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button("Presets")) {
|
||||
userPresetsOpen=!userPresetsOpen;
|
||||
}
|
||||
|
||||
ImGui::Separator();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue