Skip to content

Commit

Permalink
Disable clipboard export for song select textbox
Browse files Browse the repository at this point in the history
In combination with ppy/osu-framework#5997,
closes #24867
  • Loading branch information
peppy committed Sep 21, 2023
1 parent 08ef840 commit 9af4e75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osu.Game/Screens/Select/FilterControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ private partial class FilterControlTextBox : SeekLimitedSearchTextBox

public OsuSpriteText FilterText { get; private set; }

protected override bool AllowClipboardExport => false;

public FilterControlTextBox()
{
Height += filter_text_size;
Expand Down

0 comments on commit 9af4e75

Please sign in to comment.