Add tooltip to key configuration button

This commit is contained in:
Dean Herbert
2019-02-15 11:56:33 +09:00
parent 2343557517
commit 1550908edb
3 changed files with 19 additions and 2 deletions

View File

@ -27,7 +27,7 @@ namespace osu.Game.Graphics.UserInterface
});
}
public IEnumerable<string> FilterTerms => new[] { Text };
public virtual IEnumerable<string> FilterTerms => new[] { Text };
public bool MatchingFilter
{