welcome screen menu opt in help
This commit is contained in:
parent
d0892a2025
commit
c953ed94ca
|
@ -4694,6 +4694,7 @@ bool FurnaceGUI::loop() {
|
|||
if (ImGui::MenuItem(_("debug menu"),BIND_FOR(GUI_ACTION_WINDOW_DEBUG))) debugOpen=!debugOpen;
|
||||
if (ImGui::MenuItem(_("inspector"))) inspectorOpen=!inspectorOpen;
|
||||
if (ImGui::MenuItem(_("panic"),BIND_FOR(GUI_ACTION_PANIC))) e->syncReset();
|
||||
if (ImGui::MenuItem(_("welcome screen"))) tutorial.protoWelcome=false;
|
||||
if (ImGui::MenuItem(_("about..."),BIND_FOR(GUI_ACTION_WINDOW_ABOUT))) {
|
||||
aboutOpen=true;
|
||||
aboutScroll=0;
|
||||
|
|
Loading…
Reference in a new issue