This commit is contained in:
CasualPokePlayer 2022-12-20 10:40:03 -08:00
parent 576ab3174b
commit 5b0fe947df
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ namespace BizHawk.Client.EmuHawk
private bool HardcoreMode
{
get => _hardcoreMode;
set => _hardcoreModeMenuItem.Checked = value;
set => _hardcoreMode = _hardcoreModeMenuItem.Checked = value;
}
private bool _firstRestart = true;