mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Fix incorrect click action
This commit is contained in:
@ -57,8 +57,6 @@ namespace osu.Game.Users
|
|||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load()
|
private void load()
|
||||||
{
|
{
|
||||||
Action = () => profileOverlay?.ShowUser(User);
|
|
||||||
|
|
||||||
Masking = true;
|
Masking = true;
|
||||||
BorderColour = colours.GreyVioletLighter;
|
BorderColour = colours.GreyVioletLighter;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user