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
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ public PlaylistItem(BeatmapSetInfo item)
Padding = new MarginPadding { Left = 5 };
FilterTerms = item.Metadata.SearchableTerms;
ShowDragHandle.Value = true;
}
[BackgroundDependencyLoader]