mirror of
https://github.com/ppy/osu
synced 2025-03-05 10:58:34 +00:00
Merge pull request #425 from huoyaoyuan/password
"Security" update for OsuPasswordTextBox.
This commit is contained in:
commit
1b297d73c2
@ -1 +1 @@
|
||||
Subproject commit 6f97c4b9df20436cda6a6fcfc87ab42185d60db4
|
||||
Subproject commit 798409058a421307b5a92aeea4cd60a065f5a0d4
|
@ -14,6 +14,8 @@ namespace osu.Game.Graphics.UserInterface
|
||||
{
|
||||
protected override Drawable GetDrawableCharacter(char c) => new PasswordMaskChar(CalculatedTextSize);
|
||||
|
||||
public override bool AllowClipboardExport => false;
|
||||
|
||||
public class PasswordMaskChar : Container
|
||||
{
|
||||
private CircularContainer circle;
|
||||
|
Loading…
Reference in New Issue
Block a user