Difficulty Adjust mod customisation menu opens automatically now

This commit is contained in:
ProTheory8
2020-01-20 16:06:36 +00:00
parent fc331e7752
commit 41295bc27c
3 changed files with 9 additions and 0 deletions

View File

@ -474,6 +474,7 @@ namespace osu.Game.Overlays.Mods
{
if (State.Value == Visibility.Visible) sampleOn?.Play();
DeselectTypes(selectedMod.IncompatibleMods, true);
if (selectedMod.RequiresConfiguration) ModSettingsContainer.Alpha = 1;
}
else
{