Fix password text boxes having distinguishable key sounds

Closes https://github.com/ppy/osu-framework/issues/3280
This commit is contained in:
Salman Ahmed
2020-06-05 06:44:41 +03:00
parent c6c88a901c
commit 178bbf16d1

View File

@ -24,6 +24,8 @@ namespace osu.Game.Graphics.UserInterface
Child = new PasswordMaskChar(CalculatedTextSize),
};
protected override bool AllowUpperCaseSamples => false;
protected override bool AllowClipboardExport => false;
private readonly CapsWarning warning;