From c09be11ba9fb636a8f16cbaebb16034e001dd223 Mon Sep 17 00:00:00 2001 From: Ethan O'Brien Date: Sat, 17 Jan 2026 12:42:10 -0600 Subject: [PATCH] Fix close --- data/src/emulator.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/src/emulator.js b/data/src/emulator.js index b48def3..3bf5089 100644 --- a/data/src/emulator.js +++ b/data/src/emulator.js @@ -6684,9 +6684,9 @@ class EmulatorJS { popups[0].remove(); }); }, - Close: () => { + "Close": () => { this.cheatMenu.style.display = "none"; - }, + } }, true); this.cheatMenu = body.parentElement; this.cheatMenu.getElementsByTagName("h4")[0].style["padding-bottom"] = "0px";