implement sort orders

This commit is contained in:
tildearrow 2024-04-29 18:13:44 -05:00
parent 9e8d344a89
commit 3d6f9b4723
4 changed files with 38 additions and 4 deletions

View file

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