Fix another `KeyNotFoundException` when reading hotkey binding
fixesb3728ff19
, seeca71bb2fa
,48cfc7988
This commit is contained in:
parent
d01728227b
commit
95ecbe9983
|
@ -238,7 +238,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
{
|
||||
ScreenshotCaptureOSDMenuItem1.Checked = Config.ScreenshotCaptureOsd;
|
||||
ScreenshotMenuItem.ShortcutKeyDisplayString = Config.HotkeyBindings["Screenshot"];
|
||||
ScreenshotClipboardMenuItem.ShortcutKeyDisplayString = Config.HotkeyBindings["ScreenshotToClipboard"];
|
||||
ScreenshotClipboardMenuItem.ShortcutKeyDisplayString = Config.HotkeyBindings["Screen Raw to Clipboard"];
|
||||
ScreenshotClientClipboardMenuItem.ShortcutKeyDisplayString = Config.HotkeyBindings["Screen Client to Clipboard"];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue