1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 14:17:26 +08:00

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
No known key found for this signature in database
GPG Key ID: ED81FD33FD9B58BC

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;