mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: config tweaks
This commit is contained in:
parent
c36fa834f8
commit
2eadadf882
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ namespace Dalamud.Configuration
|
|||
/// <summary>
|
||||
/// Gets or sets a value indicating whether viewports should always be disabled.
|
||||
/// </summary>
|
||||
public bool IsNeverViewport { get; set; }
|
||||
public bool IsNeverViewport { get; set; } = true;
|
||||
|
||||
/// <summary>
|
||||
/// Load a configuration from the provided path.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue