Adding new settings to doc and fixing a tiny typo.

This commit is contained in:
Electric Keet 2023-09-16 21:45:00 -07:00
parent 7912a7982c
commit 7551451d75
2 changed files with 4 additions and 2 deletions

View file

@ -503,7 +503,7 @@ void FurnaceGUI::drawSettings() {
settings.writeInsNames=writeInsNamesB;
}
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("when enabled,saving an instrument will store its name.\nthis may increase file size.");
ImGui::SetTooltip("when enabled, saving an instrument will store its name.\nthis may increase file size.");
}
bool readInsNamesB=settings.readInsNames;