mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Complete editing support
This commit is contained in:
@ -63,8 +63,10 @@ namespace osu.Game.Overlays.Settings
|
||||
|
||||
set
|
||||
{
|
||||
controlWithCurrent?.Current.UnbindBindings();
|
||||
bindable = value;
|
||||
controlWithCurrent?.Current.BindTo(bindable);
|
||||
|
||||
if (ShowsDefaultIndicator)
|
||||
{
|
||||
restoreDefaultButton.Bindable = bindable.GetBoundCopy();
|
||||
|
Reference in New Issue
Block a user