Addressing comments

This commit is contained in:
cam900 2022-12-11 11:09:13 +09:00
parent c561ceceaf
commit 592bf34bf3
6 changed files with 12 additions and 42 deletions

View file

@ -119,7 +119,7 @@ void FurnaceGUI::drawSampleEdit() {
doAction(GUI_ACTION_SAMPLE_LIST_OPEN_REPLACE);
}
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("Load");
ImGui::SetTooltip("Open");
}
ImGui::SameLine();
if (ImGui::Button(ICON_FA_FLOPPY_O "##SESave")) {