mirror of
https://github.com/osukey/osukey.git
synced 2025-05-23 14:37:39 +09:00
Merge pull request #15526 from Susko3/move-HoverClickSounds
Move `HoverClickSounds` to cover only the clickable button in `KeyBindingRow`
This commit is contained in:
commit
423b1397fc
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user