mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Invoke on initial bind
This commit is contained in:
@ -16,7 +16,7 @@ namespace osu.Game.Screens.Multi.Components
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
Playlist.BindCollectionChanged((_, __) => Details.Value = Playlist.GetTotalDuration());
|
||||
Playlist.BindCollectionChanged((_, __) => Details.Value = Playlist.GetTotalDuration(), true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user