1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 06:52:55 +08:00

Fix first-run overlay's song select applying track adjustments

Closes https://github.com/ppy/osu/issues/18041.
This commit is contained in:
Dean Herbert 2022-05-02 17:42:56 +09:00
parent bdb6702d1e
commit 4b30d0e59b

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