Remove unnecessary AllowTrackAdjustments overrides, add true to SongSelect

This commit is contained in:
AbstractQbit
2021-09-15 13:12:57 +03:00
parent 1181317c72
commit f0439ef50b
7 changed files with 2 additions and 12 deletions

View File

@ -53,6 +53,8 @@ namespace osu.Game.Screens.Select
protected virtual bool DisplayStableImportPrompt => stableImportManager?.SupportsImportFromStable == true;
public override bool? AllowTrackAdjustments => true;
/// <summary>
/// Can be null if <see cref="ShowFooter"/> is false.
/// </summary>