1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-20 16:12:54 +08:00

Fix comment

This commit is contained in:
Salman Alshamrani 2024-11-27 06:07:10 -05:00
parent 4ae3ccfe48
commit f792b6de00

View File

@ -35,7 +35,8 @@ namespace osu.Game.Screens
/// Whether a footer (and a back button) should be displayed underneath the screen.
/// </summary>
/// <remarks>
/// Temporarily, the back button is shown regardless of whether <see cref="AllowUserExit"/> is true.
/// Temporarily, the footer's own back button is shown regardless of whether <see cref="BackButtonVisibility"/> is set to hidden.
/// This will be corrected as the footer becomes used more commonly.
/// </remarks>
bool ShowFooter { get; }