Add a way to hide the drag handle

This commit is contained in:
smoogipoo
2020-02-14 16:09:15 +09:00
parent 5e871f9838
commit 1909ea2bd3
2 changed files with 17 additions and 2 deletions

View File

@ -34,6 +34,8 @@ namespace osu.Game.Screens.Multi
public Action<PlaylistItem> RequestSelection;
public Action<PlaylistItem> RequestDeletion;
protected override bool ShowDragHandle => allowEdit;
private Container maskingContainer;
private Container difficultyIconContainer;
private LinkFlowContainer beatmapText;