fix: config tweaks

This commit is contained in:
goaaats 2021-04-14 22:41:11 +02:00 committed by GitHub
parent c36fa834f8
commit 2eadadf882
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,7 +115,7 @@ namespace Dalamud.Configuration
/// <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.
/// </summary> /// </summary>
public bool IsNeverViewport { get; set; } public bool IsNeverViewport { get; set; } = true;
/// <summary> /// <summary>
/// Load a configuration from the provided path. /// Load a configuration from the provided path.