Adding new settings to doc and fixing a tiny typo.
This commit is contained in:
parent
7912a7982c
commit
7551451d75
2 changed files with 4 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue