Minor fix

This commit is contained in:
Andrey Zavadskiy
2016-12-24 10:04:43 +03:00
parent 5fbc0e408b
commit eabfa11614

View File

@ -87,6 +87,7 @@ namespace osu.Game.Overlays.Options.General
{
if (savePassword.State == CheckBoxState.Checked)
{
if(saveUsername.State == CheckBoxState.Unchecked)
saveUsername.State = CheckBoxState.Checked;
}
}