mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 09:03:50 +09:00
Invoke on initial bind
This commit is contained in:
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user