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

@ -36,8 +36,6 @@ namespace osu.Game.Screens.Menu
public override bool AllowExternalScreenChange => true;
public override bool? AllowTrackAdjustments => false;
private Screen songSelect;
private MenuSideFlashes sideFlashes;