mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Visually disable options which aren't yet wired up.
This commit is contained in:
@ -24,6 +24,9 @@ namespace osu.Game.Overlays.Options
|
||||
base.Text = bindable.Value;
|
||||
bindable.ValueChanged += bindableValueChanged;
|
||||
}
|
||||
|
||||
if (bindable?.Disabled ?? true)
|
||||
Alpha = 0.3f;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user