mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:28:00 +08:00
Disable clipboard export for song select textbox
In combination with https://github.com/ppy/osu-framework/pull/5997, closes https://github.com/ppy/osu/issues/24867
This commit is contained in:
parent
08ef840370
commit
9af4e75dfc
@ -254,6 +254,8 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
public OsuSpriteText FilterText { get; private set; }
|
||||
|
||||
protected override bool AllowClipboardExport => false;
|
||||
|
||||
public FilterControlTextBox()
|
||||
{
|
||||
Height += filter_text_size;
|
||||
|
Loading…
Reference in New Issue
Block a user