fixed faulty documentation

This commit is contained in:
shakdar 2023-02-23 14:37:24 -07:00
parent e3977f9493
commit c5d3c5d86c

View file

@ -86,13 +86,13 @@ public sealed class UiBuilder : IDisposable
public event Action AfterBuildFonts; public event Action AfterBuildFonts;
/// <summary> /// <summary>
/// Gets or sets an action that is called when plugin UI or interface modifications are supposed to be hidden. /// Gets or sets an action that is called when plugin UI or interface modifications are supposed to be shown.
/// These may be fired consecutively. /// These may be fired consecutively.
/// </summary> /// </summary>
public event Action ShowUi; public event Action ShowUi;
/// <summary> /// <summary>
/// Gets or sets an action that is called when plugin UI or interface modifications are supposed to be shown. /// Gets or sets an action that is called when plugin UI or interface modifications are supposed to be hidden.
/// These may be fired consecutively. /// These may be fired consecutively.
/// </summary> /// </summary>
public event Action HideUi; public event Action HideUi;