mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Avoid having the user profile show when clicking a spectator panel
This commit is contained in:
@ -88,6 +88,7 @@ namespace osu.Game.Overlays.Dashboard
|
||||
panel.Anchor = Anchor.TopCentre;
|
||||
panel.Origin = Anchor.TopCentre;
|
||||
panel.Width = 290;
|
||||
panel.ShowProfileOnClick = false;
|
||||
panel.Action = () => game.PerformFromScreen(s => s.Push(new Spectator(user)));
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user