mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Move DateTooltip to it's on file
This commit is contained in:
@ -158,7 +158,7 @@ namespace osu.Game.Overlays.News
|
||||
|
||||
private class DateContainer : CircularContainer, IHasCustomTooltip
|
||||
{
|
||||
public ITooltip GetCustomTooltip() => new DrawableDate.DateTooltip();
|
||||
public ITooltip GetCustomTooltip() => new DateTooltip();
|
||||
|
||||
public object TooltipContent => date;
|
||||
|
||||
|
Reference in New Issue
Block a user