mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Move HoverClickSounds
to the clickable button
This commit is contained in:
@ -153,12 +153,12 @@ namespace osu.Game.Overlays.Settings.Sections.Input
|
||||
new CancelButton { Action = finalise },
|
||||
new ClearButton { Action = clear },
|
||||
},
|
||||
}
|
||||
},
|
||||
new HoverClickSounds()
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
new HoverClickSounds()
|
||||
}
|
||||
};
|
||||
|
||||
foreach (var b in bindings)
|
||||
|
Reference in New Issue
Block a user