1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 09:42:54 +08:00

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;
}
}