Fix another `KeyNotFoundException` when reading hotkey binding

fixes b3728ff19, see ca71bb2fa, 48cfc7988
This commit is contained in:
YoshiRulz 2022-05-27 16:50:45 +10:00
parent d01728227b
commit 95ecbe9983
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -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"];
}