fix Rewind & States config dialog saying aborted after Ok btn is clicked
This commit is contained in:
parent
fc8a90f433
commit
4711546e4a
|
@ -188,6 +188,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
_config.NoLowResLargeScreenshotWithStates = !LowResLargeScreenshotsCheckbox.Checked;
|
||||
_config.BigScreenshotSize = (int)BigScreenshotNumeric.Value * 1024;
|
||||
|
||||
DialogResult = DialogResult.OK;
|
||||
Close();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue