mirror of
https://github.com/ppy/osu.git
synced 2025-01-30 06:52:53 +08:00
Invoke on initial bind
This commit is contained in:
parent
3e62da119e
commit
8245bb85dc
@ -16,7 +16,7 @@ namespace osu.Game.Screens.Multi.Components
|
|||||||
{
|
{
|
||||||
base.LoadComplete();
|
base.LoadComplete();
|
||||||
|
|
||||||
Playlist.BindCollectionChanged((_, __) => Details.Value = Playlist.GetTotalDuration());
|
Playlist.BindCollectionChanged((_, __) => Details.Value = Playlist.GetTotalDuration(), true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user