Implement warn about opening external links option

This commit is contained in:
Roman Kapustin
2018-10-22 23:57:37 +03:00
parent b4c68f4cf7
commit 805f8d98c4
4 changed files with 45 additions and 3 deletions

View File

@ -3,6 +3,7 @@
using osu.Framework.Graphics;
using osu.Game.Graphics;
using osu.Game.Overlays.Settings.Sections.Online;
namespace osu.Game.Overlays.Settings.Sections
{
@ -15,6 +16,7 @@ namespace osu.Game.Overlays.Settings.Sections
{
Children = new Drawable[]
{
new WebSettings()
};
}
}