mirror of
https://github.com/ppy/osu.git
synced 2025-03-05 13:42:59 +08:00
Re-add on-click feedback to MonthSection and OsuDropdown headers
This commit is contained in:
parent
4620ba8787
commit
f1ea830828
@ -288,7 +288,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
},
|
||||
};
|
||||
|
||||
AddInternal(new HoverSounds());
|
||||
AddInternal(new HoverClickSounds());
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
|
@ -79,8 +79,6 @@ namespace osu.Game.Overlays.News.Sidebar
|
||||
|
||||
private readonly SpriteIcon icon;
|
||||
|
||||
protected override HoverSounds CreateHoverSounds(HoverSampleSet sampleSet) => new HoverSounds();
|
||||
|
||||
public DropdownHeader(int month, int year)
|
||||
{
|
||||
var date = new DateTime(year, month, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user