mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
chore: make window additional options opt-in for now
This commit is contained in:
parent
13bdbcb236
commit
3939731cb0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
/// 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.
|
/// on plugin title bars when using the Window System.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool EnablePluginUiAdditionalOptions { get; set; } = true;
|
public bool EnablePluginUiAdditionalOptions { get; set; } = false;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets a value indicating whether viewports should always be disabled.
|
/// Gets or sets a value indicating whether viewports should always be disabled.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue