From f4bb5f2893c84f8dbae716adcb3de7c8adfc290d Mon Sep 17 00:00:00 2001 From: tildearrow Date: Mon, 23 Oct 2023 13:49:48 -0500 Subject: [PATCH] ship --- src/gui/sysConf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/sysConf.cpp b/src/gui/sysConf.cpp index 19a42a877..d53582f6c 100644 --- a/src/gui/sysConf.cpp +++ b/src/gui/sysConf.cpp @@ -645,7 +645,7 @@ bool FurnaceGUI::drawSysConf(int chan, int sysPos, DivSystem type, DivConfig& fl altered=true; } - if (ImGui::Checkbox("Disable 1Exy env ipdate (compatibility)",&no1EUpdate)) { + if (ImGui::Checkbox("Disable 1Exy env update (compatibility)",&no1EUpdate)) { altered=true; }