mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Update with framework-side bindable list changes
This commit is contained in:
@ -26,8 +26,7 @@ namespace osu.Game.Screens.Multi.Components
|
||||
[BackgroundDependencyLoader]
|
||||
private void load()
|
||||
{
|
||||
Playlist.ItemsAdded += _ => updateText();
|
||||
Playlist.ItemsRemoved += _ => updateText();
|
||||
Playlist.CollectionChanged += (_, __) => updateText();
|
||||
|
||||
updateText();
|
||||
}
|
||||
|
Reference in New Issue
Block a user