mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Update with upstream changes
This commit is contained in:
@ -18,7 +18,7 @@ namespace osu.Game.Graphics.Containers
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
public override bool HandleInput => true;
|
public override bool HandleMouseInput => true;
|
||||||
|
|
||||||
private OsuGame game;
|
private OsuGame game;
|
||||||
|
|
||||||
|
@ -440,7 +440,7 @@ namespace osu.Game.Overlays.Profile
|
|||||||
{
|
{
|
||||||
public string TooltipText => "View Profile in Browser";
|
public string TooltipText => "View Profile in Browser";
|
||||||
|
|
||||||
public override bool HandleInput => true;
|
public override bool HandleMouseInput => true;
|
||||||
|
|
||||||
public ProfileLink(User user)
|
public ProfileLink(User user)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user