diff --git a/pcsx2/gui/MainMenuClicks.cpp b/pcsx2/gui/MainMenuClicks.cpp index 4e6329055d..e0327cc8ca 100644 --- a/pcsx2/gui/MainMenuClicks.cpp +++ b/pcsx2/gui/MainMenuClicks.cpp @@ -512,6 +512,10 @@ void MainEmuFrame::Menu_EnableRecordingTools_Click(wxCommandEvent&) { GetMenuBar()->Insert(TopLevelMenu_Recording, &m_menuRecording, _("&Recording")); } + else + { + GetMenuBar()->Remove(TopLevelMenu_Recording); + } g_Conf->EmuOptions.EnableRecordingTools = checked; SysConsole.recordingConsole.Enabled = checked;