Enable `File` > `Screenshot` submenu with NullHawk

This commit is contained in:
YoshiRulz 2024-09-21 01:18:07 +10:00
parent 81416e684f
commit a3a051346b
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 3 deletions

View File

@ -46,9 +46,7 @@ namespace BizHawk.Client.EmuHawk
SaveRAMSubMenu.Enabled = hasSaveRam;
SaveRAMSubMenu.SetStyle(needBold ? FontStyle.Bold : FontStyle.Regular);
AVSubMenu.Enabled =
ScreenshotSubMenu.Enabled =
Emulator.HasVideoProvider();
AVSubMenu.Enabled = Emulator.HasVideoProvider(); //TODO necessary?
}
private void RecentRomMenuItem_DropDownOpened(object sender, EventArgs e)