mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 18:42:40 +00:00
part 2.5 inline-ize
also rerun actions as the website is back up
This commit is contained in:
parent
e8f1b36a1c
commit
daa7800e3c
1 changed files with 1 additions and 3 deletions
|
@ -636,9 +636,7 @@ void FurnaceGUI::drawSettings() {
|
|||
ImGui::Text("Name");
|
||||
ImGui::SameLine();
|
||||
ImGui::SetNextItemWidth(ImGui::GetContentRegionAvail().x);
|
||||
if (ImGui::InputText("##InitSysName",&settings.initialSysName)) {
|
||||
settingsChanged=true;
|
||||
}
|
||||
if (ImGui::InputText("##InitSysName",&settings.initialSysName)) settingsChanged=true;
|
||||
|
||||
int sysCount=0;
|
||||
int doRemove=-1;
|
||||
|
|
Loading…
Reference in a new issue