Merge pull request #19783 from bdach/mod-select/presets-dont-open-customisation

Fix selecting preset containing Difficulty Adjust automatically opening customisation panel
This commit is contained in:
Dan Balasescu
2022-08-22 15:44:00 +09:00
committed by GitHub
8 changed files with 151 additions and 54 deletions

View File

@ -928,7 +928,7 @@ namespace osu.Game.Screens.Select
}
}
private class SoloModSelectOverlay : UserModSelectOverlay
internal class SoloModSelectOverlay : UserModSelectOverlay
{
protected override bool ShowPresets => true;
}