GUI: honor basic mode poll

This commit is contained in:
tildearrow 2023-02-24 03:47:53 -05:00
parent 5dec6debba
commit 5261cf97fe
2 changed files with 62 additions and 60 deletions

View file

@ -295,7 +295,7 @@ void FurnaceGUI::drawMixer() {
}
ImGui::EndTabItem();
}
if (ImGui::BeginTabItem("Patchbay") && !basicMode) {
if (!basicMode) if (ImGui::BeginTabItem("Patchbay")) {
std::map<unsigned int,ImVec2> portPos;
if (ImGui::BeginTable("PatchbayOptions",3)) {