If in full screen, add Open ROM to the context menu, so you can stay in fullscreen and still change roms
This commit is contained in:
parent
83ae2278ec
commit
49b7f9165d
|
@ -1036,7 +1036,15 @@ namespace BizHawk.MultiClient
|
|||
}
|
||||
else
|
||||
{
|
||||
cmiOpenRom.Visible = false;
|
||||
if (InFullscreen)
|
||||
{
|
||||
cmiOpenRom.Visible = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
cmiOpenRom.Visible = false;
|
||||
}
|
||||
|
||||
cmiLoadLastRom.Visible = false;
|
||||
toolStripSeparator_afterRomLoading.Visible = false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue