mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Disable manage collections item in now playing overlay
This commit is contained in:
@ -17,6 +17,8 @@ namespace osu.Game.Overlays.Music
|
||||
/// </summary>
|
||||
public class CollectionDropdown : CollectionFilterDropdown
|
||||
{
|
||||
protected override bool ShowManageCollectionsItem => false;
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OsuColour colours)
|
||||
{
|
||||
|
Reference in New Issue
Block a user