mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Update with framework bindable changes
This commit is contained in:
@ -119,7 +119,7 @@ namespace osu.Game.Overlays.Settings
|
||||
set
|
||||
{
|
||||
bindable = value;
|
||||
bindable.ValueChanged += newValue => UpdateState();
|
||||
bindable.ValueChanged += e => UpdateState();
|
||||
bindable.DisabledChanged += disabled => UpdateState();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user