diff --git a/data/emulator.js b/data/emulator.js index 25b566a..094b164 100644 --- a/data/emulator.js +++ b/data/emulator.js @@ -1922,6 +1922,7 @@ class EmulatorJS { pauseButton.style.display = "none"; playButton.style.display = "none"; } + if (this.config.buttonOpts.contextMenuButton === false) contextMenuButton.style.display = "none" if (this.config.buttonOpts.restart === false) restartButton.style.display = "none" if (this.config.buttonOpts.settings === false) settingButton[0].style.display = "none" if (this.config.buttonOpts.fullscreen === false) {