You can change
return $gameSystem.isMenuEnabled() && !$gameMap.isEventRunning();
to
return !$gameMap.isEventRunning();
on line 787 of the www/js/rpg_scenes.js file to prevent the game from disabling the main menu. Interestingly, it looks like most of the useless options were removed in Escaped Chasm for some reason.