1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 12:37:30 +08:00

Added IgnoreTooltip to all classes required

This commit is contained in:
Ninjaprawn
2017-12-08 13:53:49 +11:00
Unverified
parent f5bea077a0
commit 9b3e666a07
12 changed files with 13 additions and 0 deletions
@@ -103,6 +103,7 @@ namespace osu.Game.Graphics.UserInterface
private class CapsWarning : SpriteIcon, IHasTooltip
{
public string TooltipText => @"Caps lock is active";
public bool IgnoreTooltip => false;
public CapsWarning()
{