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
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]