Build on xmldoc with rationale

This commit is contained in:
Dean Herbert 2021-03-13 23:29:47 +09:00
parent e70ba2d005
commit a227b0a581
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ public class Toolbar : VisibilityContainer, IKeyBindingHandler<GlobalAction>
/// <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;