mirror of https://github.com/PCSX2/pcsx2.git
recording:gui: was not correctly removing recording top level menu bar option
This commit is contained in:
parent
8b6ccde441
commit
3d6bfacd55
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue