mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Add better focus handling in the login form.
This commit is contained in:
@ -67,6 +67,8 @@ namespace osu.Game.Overlays
|
||||
|
||||
optionsSection.Bounding = true;
|
||||
FadeIn(transition_time, EasingTypes.OutQuint);
|
||||
|
||||
optionsSection.TriggerFocus();
|
||||
}
|
||||
|
||||
protected override void PopOut()
|
||||
|
Reference in New Issue
Block a user