mirror of
https://github.com/ppy/osu
synced 2025-03-19 09:34:49 +00:00
Remove todo
This commit is contained in:
parent
fbf89493ad
commit
3b6771ca65
@ -359,7 +359,6 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
|
|||||||
roomCategory.BindTo(Room.Category);
|
roomCategory.BindTo(Room.Category);
|
||||||
roomCategory.BindValueChanged(c =>
|
roomCategory.BindValueChanged(c =>
|
||||||
{
|
{
|
||||||
// Todo: Tournament category...
|
|
||||||
if (c.NewValue == RoomCategory.Spotlight)
|
if (c.NewValue == RoomCategory.Spotlight)
|
||||||
specialCategoryPill.Show();
|
specialCategoryPill.Show();
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user