Rename variable for potential future expansion

This commit is contained in:
Dean Herbert
2020-07-10 18:19:18 +09:00
parent 4a1621bf98
commit f699a34c77
2 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@ namespace osu.Game.Graphics.UserInterface
Child = new PasswordMaskChar(CalculatedTextSize),
};
protected override bool AllowUpperCaseSamples => false;
protected override bool AllowUniqueCharacterSamples => false;
protected override bool AllowClipboardExport => false;