mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Re-add on-click feedback to MonthSection and OsuDropdown headers
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user