mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:33:30 +08:00
Add a short load delay for avatars to avoid unnecessary fetching
This commit is contained in:
parent
aafdfbca1f
commit
8ff3370273
@ -43,6 +43,8 @@ namespace osu.Game.Users.Drawables
|
||||
set => base.EdgeEffect = value;
|
||||
}
|
||||
|
||||
protected override double LoadDelay => 200;
|
||||
|
||||
/// <summary>
|
||||
/// Whether to show a default guest representation on null user (as opposed to nothing).
|
||||
/// </summary>
|
||||
|
Loading…
Reference in New Issue
Block a user