mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Renamed OnClick to OnLinkClicked to (what should be) obvious reasons
This commit is contained in:
@ -42,7 +42,7 @@ namespace osu.Game.Online.Chat
|
||||
|
||||
protected override Container<Drawable> Content => content ?? base.Content;
|
||||
|
||||
protected override void OnClick()
|
||||
protected override void OnLinkClicked()
|
||||
{
|
||||
var url = Url;
|
||||
|
||||
@ -119,10 +119,10 @@ namespace osu.Game.Online.Chat
|
||||
beatmapSetOverlay.ShowBeatmap(id);
|
||||
}
|
||||
else
|
||||
base.OnClick();
|
||||
base.OnLinkClicked();
|
||||
}
|
||||
else
|
||||
base.OnClick();
|
||||
base.OnLinkClicked();
|
||||
}
|
||||
|
||||
private int getIdFromUrl(string url)
|
||||
|
Reference in New Issue
Block a user