Fix typo
This commit is contained in:
parent
dbe82f6d86
commit
8540773435
|
@ -284,7 +284,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
StopAVIMenuItem.ShortcutKeyDisplayString = Config.HotkeyBindings["Stop A/V"].Bindings;
|
StopAVIMenuItem.ShortcutKeyDisplayString = Config.HotkeyBindings["Stop A/V"].Bindings;
|
||||||
CaptureOSDMenuItem.Checked = Config.AVI_CaptureOSD;
|
CaptureOSDMenuItem.Checked = Config.AVI_CaptureOSD;
|
||||||
|
|
||||||
RecordAVMenuItem.Enabled = OSTailoredCode.IsUnixHost || !string.IsNullOrEmpty(Global.Config.VideoWriter) && _currAviWriter == null;
|
RecordAVMenuItem.Enabled = !OSTailoredCode.IsUnixHost && !string.IsNullOrEmpty(Global.Config.VideoWriter) && _currAviWriter == null;
|
||||||
SynclessRecordingMenuItem.Enabled = !OSTailoredCode.IsUnixHost;
|
SynclessRecordingMenuItem.Enabled = !OSTailoredCode.IsUnixHost;
|
||||||
|
|
||||||
if (_currAviWriter == null)
|
if (_currAviWriter == null)
|
||||||
|
|
Loading…
Reference in New Issue