chore: make window additional options opt-in for now

This commit is contained in:
goat 2023-11-11 14:19:24 +01:00
parent 13bdbcb236
commit 3939731cb0
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -235,7 +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>
public bool EnablePluginUiAdditionalOptions { get; set; } = true;
public bool EnablePluginUiAdditionalOptions { get; set; } = false;
/// <summary>
/// Gets or sets a value indicating whether viewports should always be disabled.