This commit is contained in:
Andrei Zavatski
2021-05-11 16:08:09 +03:00
parent 01f5c77dac
commit 208224cc0d
2 changed files with 4 additions and 4 deletions

View File

@ -160,7 +160,7 @@ namespace osu.Game.Overlays.News.Sidebar
{
IdleColour = colourProvider.Light2;
HoverColour = colourProvider.Light1;
Action = () => { }; // Avoid button being disabled since there's no proper action assigned.
Action = () => { }; // Avoid button being disabled since there's no proper action assigned.
}
}
}