Add explanatory note

This commit is contained in:
Salman Ahmed 2023-09-21 20:36:34 +03:00
parent 095812c6b8
commit 5266cdc722
1 changed files with 1 additions and 0 deletions

View File

@ -254,6 +254,7 @@ private partial class FilterControlTextBox : SeekLimitedSearchTextBox
public OsuSpriteText FilterText { get; private set; }
// clipboard is disabled because one of the "cut" platform key bindings (shift-delete) conflicts with the beatmap deletion action.
protected override bool AllowClipboardExport => false;
public FilterControlTextBox()