GUI: move default author setting

This commit is contained in:
tildearrow 2023-10-14 15:10:23 -05:00
parent 8f4133d2e7
commit a4601fed04

View file

@ -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);
}
}
if (ImGui::InputText("Default author name", &settings.defaultAuthorName)) settingsChanged=true;
popWarningColor();
// SUBSECTION FILE
@ -762,6 +761,7 @@ void FurnaceGUI::drawSettings() {
settings.newSongBehavior=1;
settingsChanged=true;
}
if (ImGui::InputText("Default author name", &settings.defaultAuthorName)) settingsChanged=true;
ImGui::Unindent();
// SUBSECTION START-UP