mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 04:02:49 +08:00
Minor fix
This commit is contained in:
@@ -87,6 +87,7 @@ namespace osu.Game.Overlays.Options.General
|
||||
{
|
||||
if (savePassword.State == CheckBoxState.Checked)
|
||||
{
|
||||
if(saveUsername.State == CheckBoxState.Unchecked)
|
||||
saveUsername.State = CheckBoxState.Checked;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user