Make DrawableRoomPlaylist handle expired items

This commit is contained in:
smoogipoo
2021-10-22 21:04:52 +09:00
parent ec02e16c81
commit d7a98097a1
2 changed files with 49 additions and 1 deletions

View File

@ -72,6 +72,9 @@ namespace osu.Game.Screens.OnlinePlay
requiredMods.BindTo(item.RequiredMods);
ShowDragHandle.Value = allowEdit;
if (item.Expired)
Colour = OsuColour.Gray(0.5f);
}
[BackgroundDependencyLoader]