1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 23:47:24 +08:00

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
commit 05779f7019
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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