mirror of
https://github.com/ppy/osu
synced 2025-01-19 04:20:59 +00:00
Update RestoreDefaultValueButton when default value changes
This commit is contained in:
parent
3bd4ba3f9f
commit
656c584503
@ -113,6 +113,7 @@ namespace osu.Game.Overlays.Settings
|
||||
bindable = value;
|
||||
bindable.ValueChanged += _ => UpdateState();
|
||||
bindable.DisabledChanged += _ => UpdateState();
|
||||
bindable.DefaultChanged += _ => UpdateState();
|
||||
UpdateState();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user