parent
9e7ed049a1
commit
79c48ba799
2 changed files with 2 additions and 2 deletions
|
|
@ -810,7 +810,7 @@ void FurnaceGUI::drawDebug() {
|
|||
if (ImGui::TreeNode("Settings")) {
|
||||
if (ImGui::Button("Sync")) syncSettings();
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button("Commit")) commitSettings();
|
||||
if (ImGui::Button("Commit")) willCommit=true;
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button("Force Load")) e->loadConf();
|
||||
ImGui::SameLine();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue