mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 08:13:31 +08:00
Update second instance of disabling bindable
This commit is contained in:
parent
aec2520ef4
commit
c47f02c3b7
@ -86,7 +86,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
|
|||||||
{
|
{
|
||||||
bool raw = !handler.NewValue.Contains("Raw");
|
bool raw = !handler.NewValue.Contains("Raw");
|
||||||
rawInputToggle.Value = raw;
|
rawInputToggle.Value = raw;
|
||||||
sensitivity.Bindable.Disabled = !raw;
|
sensitivityBindable.Disabled = !raw;
|
||||||
};
|
};
|
||||||
|
|
||||||
ignoredInputHandler.TriggerChange();
|
ignoredInputHandler.TriggerChange();
|
||||||
|
Loading…
Reference in New Issue
Block a user