Fix drag handles not showing on now playing playlist items

This commit is contained in:
Joehu 2020-09-10 10:48:00 -07:00
parent bf1c5a3b1f
commit 6c9fcae69f

View File

@ -39,6 +39,8 @@ namespace osu.Game.Overlays.Music
Padding = new MarginPadding { Left = 5 };
FilterTerms = item.Metadata.SearchableTerms;
ShowDragHandle.Value = true;
}
[BackgroundDependencyLoader]