Merge pull request #18051 from peppy/fix-first-run-ui-scale-applying-rate-adjust

Fix first-run overlay's song select applying track adjustments
This commit is contained in:
Salman Ahmed
2022-05-02 12:37:57 +03:00
committed by GitHub

View File

@ -99,6 +99,8 @@ namespace osu.Game.Overlays.FirstRunSetup
private class NestedSongSelect : PlaySongSelect
{
protected override bool ControlGlobalMusic => false;
public override bool? AllowTrackAdjustments => false;
}
private class PinnedMainMenu : MainMenu