Reimplement chat settings from stable

This commit is contained in:
Craftplacer
2019-12-16 00:45:33 +01:00
parent fedbac74e4
commit 6e812ebd56
4 changed files with 75 additions and 2 deletions

View File

@ -16,7 +16,9 @@ namespace osu.Game.Overlays.Settings.Sections
{
Children = new Drawable[]
{
new WebSettings()
new WebSettings(),
new AlertsAndPrivacySettings(),
new InGameChatSettings()
};
}
}