mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 09:42:54 +08:00
Minor fix
This commit is contained in:
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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user