GUI: re-enable user presets option

This commit is contained in:
tildearrow 2024-04-09 14:34:13 -05:00
parent 8b43d5a488
commit 40f62aa13e
5 changed files with 27 additions and 5 deletions

View file

@ -595,6 +595,10 @@ void FurnaceGUI::drawMobileControls() {
if (ImGui::Button("CV")) {
cvOpen=!cvOpen;
}
ImGui::SameLine();
if (ImGui::Button("Presets")) {
userPresetsOpen=!userPresetsOpen;
}
ImGui::Separator();