GUI: move default author setting
This commit is contained in:
parent
8f4133d2e7
commit
a4601fed04
|
@ -438,7 +438,6 @@ void FurnaceGUI::drawSettings() {
|
||||||
ImGui::SetTooltip("it is a bad idea to set this number higher than your CPU core count (%d)!",cpuCores);
|
ImGui::SetTooltip("it is a bad idea to set this number higher than your CPU core count (%d)!",cpuCores);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (ImGui::InputText("Default author name", &settings.defaultAuthorName)) settingsChanged=true;
|
|
||||||
popWarningColor();
|
popWarningColor();
|
||||||
|
|
||||||
// SUBSECTION FILE
|
// SUBSECTION FILE
|
||||||
|
@ -762,6 +761,7 @@ void FurnaceGUI::drawSettings() {
|
||||||
settings.newSongBehavior=1;
|
settings.newSongBehavior=1;
|
||||||
settingsChanged=true;
|
settingsChanged=true;
|
||||||
}
|
}
|
||||||
|
if (ImGui::InputText("Default author name", &settings.defaultAuthorName)) settingsChanged=true;
|
||||||
ImGui::Unindent();
|
ImGui::Unindent();
|
||||||
|
|
||||||
// SUBSECTION START-UP
|
// SUBSECTION START-UP
|
||||||
|
|
Loading…
Reference in a new issue