mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 05:02:55 +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; }
|
public OsuSpriteText FilterText { get; private set; }
|
||||||
|
|
||||||
|
protected override bool AllowClipboardExport => false;
|
||||||
|
|
||||||
public FilterControlTextBox()
|
public FilterControlTextBox()
|
||||||
{
|
{
|
||||||
Height += filter_text_size;
|
Height += filter_text_size;
|
||||||
|
Loading…
Reference in New Issue
Block a user