1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 18:27:26 +08:00

Should pass all checks again now.

This commit is contained in:
KyeKiller 2021-01-04 22:11:52 +00:00
parent 1234d0fa04
commit 77e660e426

View File

@ -7,7 +7,7 @@ using osu.Framework.Graphics;
namespace osu.Game.Overlays.Toolbar
{
public class ToolbarChangelogButton : ToolbarOverlayToggleButton
{
{
protected override Anchor TooltipAnchor => Anchor.TopRight;
[BackgroundDependencyLoader(true)]