fix: TitleBarButton => class

This commit is contained in:
goat 2023-11-14 18:46:40 +01:00
parent 245ecd4e5d
commit cb968d24c1
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -637,7 +637,7 @@ public abstract class Window
/// <summary> /// <summary>
/// Structure describing a title bar button. /// Structure describing a title bar button.
/// </summary> /// </summary>
public struct TitleBarButton public class TitleBarButton
{ {
/// <summary> /// <summary>
/// Gets or sets the icon of the button. /// Gets or sets the icon of the button.