mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Formatting fixes
This commit is contained in:
@ -28,13 +28,17 @@ namespace osu.Game.Overlays.Profile.Header
|
||||
private const float avatar_size = 110;
|
||||
|
||||
private User user;
|
||||
|
||||
public User User
|
||||
{
|
||||
get => user;
|
||||
set
|
||||
{
|
||||
if (user == value) return;
|
||||
if (user == value)
|
||||
return;
|
||||
|
||||
user = value;
|
||||
|
||||
updateDisplay();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user