Merge pull request #15526 from Susko3/move-HoverClickSounds

Move `HoverClickSounds` to cover only the clickable button in `KeyBindingRow`
This commit is contained in:
Dean Herbert 2021-11-08 23:01:05 +09:00 committed by GitHub
commit 423b1397fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,12 +153,12 @@ namespace osu.Game.Overlays.Settings.Sections.Input
new CancelButton { Action = finalise }, new CancelButton { Action = finalise },
new ClearButton { Action = clear }, new ClearButton { Action = clear },
}, },
} },
new HoverClickSounds()
} }
} }
} }
}, }
new HoverClickSounds()
}; };
foreach (var b in bindings) foreach (var b in bindings)