settings change detect part 2
i hope i didnt miss anything
This commit is contained in:
parent
3ad0fe208d
commit
e8f1b36a1c
|
@ -5499,6 +5499,7 @@ bool FurnaceGUI::loop() {
|
|||
reportError(fmt::sprintf("could NOT save layout! %s",strerror(errno)));
|
||||
}
|
||||
}
|
||||
settingsChanged=true;
|
||||
}
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button("No")) {
|
||||
|
@ -5509,6 +5510,7 @@ bool FurnaceGUI::loop() {
|
|||
if (ImGui::Button("Yes")) {
|
||||
ImGui::CloseCurrentPopup();
|
||||
resetKeybinds();
|
||||
settingsChanged=true;
|
||||
}
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button("No")) {
|
||||
|
@ -5520,6 +5522,7 @@ bool FurnaceGUI::loop() {
|
|||
ImGui::CloseCurrentPopup();
|
||||
resetColors();
|
||||
applyUISettings(false);
|
||||
settingsChanged=true;
|
||||
}
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button("No")) {
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue