mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-01 21:33:39 +01:00
chore: rename config key for title bar options, move to experimental tab
This commit is contained in:
parent
cb968d24c1
commit
5daef60422
3 changed files with 9 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue