From 80c815fe83c2a85a8b3f58ec67e3e3846e843202 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Mon, 31 Jan 2022 17:56:49 -0500 Subject: [PATCH] GUI: add panic option --- src/gui/gui.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index 8c3eb6d1a..d58c417b3 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -5022,6 +5022,7 @@ bool FurnaceGUI::loop() { } if (ImGui::BeginMenu("help")) { if (ImGui::MenuItem("debug menu")) debugOpen=!debugOpen; + if (ImGui::MenuItem("panic")) e->syncReset(); if (ImGui::MenuItem("about...")) { aboutOpen=true; aboutScroll=0;