mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +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>
|
||||
/// Structure describing a title bar button.
|
||||
/// </summary>
|
||||
public struct TitleBarButton
|
||||
public class TitleBarButton
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the icon of the button.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue