1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-30 07:19:54 +08:00

Fix drag handles not showing on now playing playlist items

This commit is contained in:
Joehu
2020-09-10 10:48:00 -07:00
Unverified
parent bf1c5a3b1f
commit 6c9fcae69f
+2
View File
@@ -39,6 +39,8 @@ namespace osu.Game.Overlays.Music
Padding = new MarginPadding { Left = 5 };
FilterTerms = item.Metadata.SearchableTerms;
ShowDragHandle.Value = true;
}
[BackgroundDependencyLoader]