settings changed detect part 1
This commit is contained in:
parent
79f92fab68
commit
3ad0fe208d
3 changed files with 77 additions and 3 deletions
|
|
@ -5531,12 +5531,14 @@ bool FurnaceGUI::loop() {
|
|||
ImGui::CloseCurrentPopup();
|
||||
settingsOpen=false;
|
||||
willCommit=true;
|
||||
settingsChanged=false;
|
||||
}
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button("No")) {
|
||||
ImGui::CloseCurrentPopup();
|
||||
settingsOpen=false;
|
||||
syncSettings();
|
||||
settingsChanged=false;
|
||||
}
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button("Cancel") || ImGui::IsKeyPressed(ImGuiKey_Escape)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue