1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00

Build on xmldoc with rationale

This commit is contained in:
Dean Herbert 2021-03-13 23:29:47 +09:00
parent e70ba2d005
commit a227b0a581

View File

@ -25,6 +25,7 @@ namespace osu.Game.Overlays.Toolbar
/// <summary>
/// Whether the user hid this <see cref="Toolbar"/> with <see cref="GlobalAction.ToggleToolbar"/>.
/// In this state, automatic toggles should not occur, respecting the user's preference to have no toolbar.
/// </summary>
private bool hiddenByUser;