mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Update BindableList usages
This commit is contained in:
@ -163,8 +163,7 @@ namespace osu.Game.Overlays.Settings.Sections.Graphics
|
||||
scalingSettings.ForEach(s => s.TransferValueOnCommit = mode.NewValue == ScalingMode.Everything);
|
||||
}, true);
|
||||
|
||||
windowModes.ItemsAdded += _ => windowModesChanged();
|
||||
windowModes.ItemsRemoved += _ => windowModesChanged();
|
||||
windowModes.CollectionChanged += (sender, args) => windowModesChanged();
|
||||
|
||||
windowModesChanged();
|
||||
}
|
||||
|
Reference in New Issue
Block a user