Re-add on-click feedback to MonthSection and OsuDropdown headers

This commit is contained in:
Jamie Taylor 2021-08-06 20:56:49 +09:00
parent 4620ba8787
commit f1ea830828
No known key found for this signature in database
GPG Key ID: 2ACFA8B6370B8C8C
2 changed files with 1 additions and 3 deletions

View File

@ -288,7 +288,7 @@ namespace osu.Game.Graphics.UserInterface
},
};
AddInternal(new HoverSounds());
AddInternal(new HoverClickSounds());
}
[BackgroundDependencyLoader]

View File

@ -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);