Add missing toolbar tooltips for right-hand icons

This commit is contained in:
Dean Herbert
2020-08-05 19:06:58 +09:00
parent 93f8dddb20
commit bf1bb32674
7 changed files with 14 additions and 0 deletions

View File

@ -11,6 +11,8 @@ namespace osu.Game.Overlays.Toolbar
public ToolbarNewsButton()
{
Icon = FontAwesome.Solid.Newspaper;
TooltipMain = "News";
TooltipSub = "Get up-to-date on community happenings";
}
[BackgroundDependencyLoader(true)]