Move setting to new "mods" section

This commit is contained in:
Dean Herbert
2018-06-06 12:32:59 +09:00
parent ee92986494
commit 1dd5bdcf72
3 changed files with 28 additions and 6 deletions

View File

@ -21,7 +21,8 @@ namespace osu.Game.Overlays.Settings.Sections
{
new GeneralSettings(),
new SongSelectSettings(),
new ScrollingSettings()
new ScrollingSettings(),
new ModsSettings(),
};
}