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

@ -23,8 +23,6 @@ namespace osu.Game.Screens.Import
{
public override bool HideOverlaysOnEnter => true;
public override bool? AllowTrackAdjustments => false;
private OsuFileSelector fileSelector;
private Container contentContainer;
private TextFlowContainer currentFileText;