mirror of https://github.com/ppy/osu
Make `UserAvatarNotification.user` readonly
This commit is contained in:
parent
267d1ee7d4
commit
32f69cd0ba
|
@ -32,7 +32,7 @@ public override LocalisableString Text
|
|||
|
||||
private TextFlowContainer? textDrawable;
|
||||
|
||||
private APIUser user;
|
||||
private readonly APIUser user;
|
||||
|
||||
public UserAvatarNotification(APIUser user, LocalisableString text)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue