Merge pull request #1135 from doggjoe9/master

This commit is contained in:
goat 2023-03-01 21:55:08 +01:00 committed by GitHub
commit b37eeb78ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,13 +89,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;