chore: rename config key for title bar options, move to experimental tab

This commit is contained in:
goat 2023-11-14 18:48:10 +01:00
parent cb968d24c1
commit 5daef60422
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
3 changed files with 9 additions and 6 deletions

View file

@ -235,6 +235,7 @@ internal sealed class DalamudConfiguration : IServiceType, IDisposable
/// 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>
[JsonProperty("EnablePluginUiAdditionalOptionsExperimental")]
public bool EnablePluginUiAdditionalOptions { get; set; } = false;
/// <summary>