mirror of
https://github.com/ppy/osu.git
synced 2025-02-20 16:12:54 +08:00
Fix comment
This commit is contained in:
parent
4ae3ccfe48
commit
f792b6de00
@ -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; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user