GUI: make the visualizer no longer a secret

This commit is contained in:
tildearrow 2022-02-22 00:18:37 -05:00
parent 2d90881a55
commit 5af0292f69
1 changed files with 3 additions and 3 deletions

View File

@ -402,11 +402,11 @@ void FurnaceGUI::drawPattern() {
}
if (ImGui::IsItemHovered()) {
if (extraChannelButtons==2) {
ImGui::SetTooltip("Pattern names (click to collapse)");
ImGui::SetTooltip("Pattern names (click to collapse)\nRight-click for visualizer");
} else if (extraChannelButtons==1) {
ImGui::SetTooltip("Expanded (click for pattern names)");
ImGui::SetTooltip("Expanded (click for pattern names)\nRight-click for visualizer");
} else {
ImGui::SetTooltip("Compact (click to expand)");
ImGui::SetTooltip("Compact (click to expand)\nRight-click for visualizer");
}
}
if (ImGui::IsItemClicked(ImGuiMouseButton_Right)) {