mirror of
https://github.com/ppy/osu
synced 2025-01-05 21:59:46 +00:00
Disallow copying from OsuPasswordTextBox.
This commit is contained in:
parent
ae1d51bc9b
commit
ef13cdbff7
@ -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