1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 05:49:52 +08:00

Minor fix

This commit is contained in:
Andrey Zavadskiy
2016-12-24 10:04:43 +03:00
Unverified
parent 5fbc0e408b
commit eabfa11614
@@ -87,6 +87,7 @@ namespace osu.Game.Overlays.Options.General
{
if (savePassword.State == CheckBoxState.Checked)
{
if(saveUsername.State == CheckBoxState.Unchecked)
saveUsername.State = CheckBoxState.Checked;
}
}