Add explanatory note

This commit is contained in:
Salman Ahmed 2023-09-21 20:36:34 +03:00
parent 095812c6b8
commit 5266cdc722

View File

@ -254,6 +254,7 @@ namespace osu.Game.Screens.Select
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()