refactor: rename IsNeverViewport to IsDisableViewport

This commit is contained in:
goat 2021-04-15 22:09:07 +02:00
parent e17745349a
commit 79a5cc1ed4
No known key found for this signature in database
GPG key ID: F18F057873895461
3 changed files with 4 additions and 4 deletions

View file

@ -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; } = true;
public bool IsDisableViewport { get; set; } = true;
/// <summary>
/// Load a configuration from the provided path.