oh i can change the label

This commit is contained in:
Eknous-P 2024-02-03 23:40:13 +04:00 committed by tildearrow
parent f5220d7644
commit a02a9287ab

View file

@ -18,7 +18,7 @@ void FurnaceGUI::drawEffectList() {
ImGui::TextWrapped("Chip at cursor: %s",e->getSystemName(e->sysOfChan[cursor.xCoarse]));
ImGui::PopTextWrapPos();
}
effectSearch.Draw();
effectSearch.Draw("Search");
ImGui::SameLine();
ImGui::Button(ICON_FA_BARS "##SortEffects");
if (ImGui::BeginPopupContextItem("effectSort",ImGuiPopupFlags_MouseButtonLeft)) {