mirror of
https://github.com/osukey/osukey.git
synced 2025-05-08 23:27:38 +09:00
Fix drag handles not showing on now playing playlist items
This commit is contained in:
parent
bf1c5a3b1f
commit
6c9fcae69f
@ -39,6 +39,8 @@ namespace osu.Game.Overlays.Music
|
|||||||
Padding = new MarginPadding { Left = 5 };
|
Padding = new MarginPadding { Left = 5 };
|
||||||
|
|
||||||
FilterTerms = item.Metadata.SearchableTerms;
|
FilterTerms = item.Metadata.SearchableTerms;
|
||||||
|
|
||||||
|
ShowDragHandle.Value = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user