Move header setting to FullscreenOverlay

This commit is contained in:
Dean Herbert
2020-09-03 16:27:31 +09:00
parent dbf44fbaf2
commit 7bcbac6f45
11 changed files with 54 additions and 58 deletions

View File

@ -9,7 +9,7 @@ using osu.Game.Online.API;
namespace osu.Game.Overlays
{
/// <summary>
/// A subview containing online content, to be displayed inside a <see cref="FullscreenOverlay"/>.
/// A subview containing online content, to be displayed inside a <see cref="FullscreenOverlay{T}"/>.
/// </summary>
/// <remarks>
/// Automatically performs a data fetch on load.