feat: add title bar buttons API to Window, make clickthrough/pinning window a title bar button

This commit is contained in:
goat 2023-11-06 23:10:55 +01:00
parent b73ac2f3f7
commit f10a597566
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
3 changed files with 252 additions and 84 deletions

View file

@ -231,6 +231,12 @@ internal sealed class DalamudConfiguration : IServiceType, IDisposable
/// </summary>
public bool EnablePluginUISoundEffects { get; set; }
/// <summary>
/// Gets or sets a value indicating whether or not an additional button allowing pinning and clickthrough options should be shown
/// on plugin title bars when using the Window System.
/// </summary>
public bool EnablePluginUiAdditionalOptions { get; set; } = true;
/// <summary>
/// Gets or sets a value indicating whether viewports should always be disabled.
/// </summary>