mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Apply suggestions from code review
Co-Authored-By: smoogipoo <1329837+smoogipoo@users.noreply.github.com>
This commit is contained in:
@ -119,8 +119,8 @@ namespace osu.Game.Overlays.Settings
|
||||
set
|
||||
{
|
||||
bindable = value;
|
||||
bindable.ValueChanged += e => UpdateState();
|
||||
bindable.DisabledChanged += disabled => UpdateState();
|
||||
bindable.ValueChanged += _ => UpdateState();
|
||||
bindable.DisabledChanged += _ => UpdateState();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user