prepare for config import/export/reset

This commit is contained in:
tildearrow 2024-05-17 12:45:31 -05:00
parent bc11f983ee
commit 724632e2a3
3 changed files with 26 additions and 0 deletions

View file

@ -6015,6 +6015,16 @@ bool FurnaceGUI::loop() {
ImGui::CloseCurrentPopup();
}
break;
case GUI_WARN_RESET_CONFIG:
if (ImGui::Button("Yes")) {
quit=true;
ImGui::CloseCurrentPopup();
}
ImGui::SameLine();
if (ImGui::Button("No")) {
ImGui::CloseCurrentPopup();
}
break;
case GUI_WARN_GENERIC:
if (ImGui::Button("OK")) {
ImGui::CloseCurrentPopup();