mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Make collection name a bindable
This commit is contained in:
@ -67,7 +67,7 @@ namespace osu.Game.Collections
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Size = Vector2.One,
|
||||
CornerRadius = item_height / 2,
|
||||
Text = collection.Name
|
||||
Current = collection.Name
|
||||
},
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user