Slight UI fixes - show mapped hotkey for Open TAStudio on TAStudio menu item, fix alignment of a few boxes in the hotkey config
This commit is contained in:
parent
bf325ec082
commit
0118b34b41
|
@ -533,6 +533,7 @@ namespace BizHawk.MultiClient
|
||||||
hexEditorToolStripMenuItem.ShortcutKeyDisplayString = Global.Config.HexEditor;
|
hexEditorToolStripMenuItem.ShortcutKeyDisplayString = Global.Config.HexEditor;
|
||||||
luaConsoleToolStripMenuItem.ShortcutKeyDisplayString = Global.Config.LuaConsole;
|
luaConsoleToolStripMenuItem.ShortcutKeyDisplayString = Global.Config.LuaConsole;
|
||||||
cheatsToolStripMenuItem.ShortcutKeyDisplayString = Global.Config.Cheats;
|
cheatsToolStripMenuItem.ShortcutKeyDisplayString = Global.Config.Cheats;
|
||||||
|
tAStudioToolStripMenuItem.ShortcutKeyDisplayString = Global.Config.TASTudio;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void saveSlotToolStripMenuItem_DropDownOpened(object sender, EventArgs e)
|
private void saveSlotToolStripMenuItem_DropDownOpened(object sender, EventArgs e)
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue