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:
parent
bdb6702d1e
commit
4b30d0e59b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user