mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 18:23:04 +08:00
Update wrong comment, too
This commit is contained in:
parent
992f78b158
commit
973e6ded2a
@ -638,7 +638,7 @@ namespace osu.Game.Overlays.Mods
|
|||||||
case GlobalAction.Select:
|
case GlobalAction.Select:
|
||||||
{
|
{
|
||||||
// Pressing select should select first filtered mod if a search is in progress.
|
// Pressing select should select first filtered mod if a search is in progress.
|
||||||
// If nothing is selected, it should exit the dialog (a bit weird, but this is the expectation from stable).
|
// If there is no search in progress, it should exit the dialog (a bit weird, but this is the expectation from stable).
|
||||||
if (string.IsNullOrEmpty(SearchTerm))
|
if (string.IsNullOrEmpty(SearchTerm))
|
||||||
{
|
{
|
||||||
hideOverlay(true);
|
hideOverlay(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user