Ensure the ram search changes column is in a consistent state
the settings store whether or not the column should be visible even though that should be controlled by the Mode setting alone
This commit is contained in:
parent
10ebea4dda
commit
82fa98fc7d
|
@ -172,6 +172,10 @@ namespace BizHawk.Client.EmuHawk
|
|||
{
|
||||
SetToFastMode();
|
||||
}
|
||||
else
|
||||
{
|
||||
SetToDetailedMode();
|
||||
}
|
||||
|
||||
NewSearch();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue