mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-14 04:34:16 +01:00
fix: TitleBarButton => class
This commit is contained in:
parent
245ecd4e5d
commit
cb968d24c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue