mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 01:30:05 +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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user