Add option to import from osu-stable

Also adds an option to delete all beatmaps for testing purposes.
This commit is contained in:
Dean Herbert
2017-07-28 12:46:38 +09:00
parent e5306997dd
commit 7d4218ea6c
4 changed files with 70 additions and 0 deletions

View File

@ -3,6 +3,7 @@
using osu.Framework.Graphics;
using osu.Game.Graphics;
using osu.Game.Overlays.Settings.Sections.Maintenance;
using OpenTK;
namespace osu.Game.Overlays.Settings.Sections
@ -17,6 +18,7 @@ namespace osu.Game.Overlays.Settings.Sections
FlowContent.Spacing = new Vector2(0, 5);
Children = new Drawable[]
{
new GeneralSettings()
};
}
}