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:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user