mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 19:00:09 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user