Add maintenance settings section for mod presets

This commit is contained in:
Bartłomiej Dach
2022-08-07 16:05:43 +02:00
parent 839409d7ac
commit 7d6efaebbe
3 changed files with 101 additions and 1 deletions

View File

@ -25,7 +25,8 @@ namespace osu.Game.Overlays.Settings.Sections
new BeatmapSettings(),
new SkinSettings(),
new CollectionsSettings(),
new ScoreSettings()
new ScoreSettings(),
new ModPresetSettings()
};
}
}