feat: add IsNeverViewport to DalamudConfiguration

This commit is contained in:
goat 2021-04-12 02:42:23 +02:00
parent d53bc4b1cb
commit 425e9e26e0
No known key found for this signature in database
GPG key ID: F18F057873895461

View file

@ -112,6 +112,11 @@ namespace Dalamud.Configuration
/// </summary>
public bool IsDocking { get; set; }
/// <summary>
/// Gets or sets a value indicating whether viewports should always be disabled.
/// </summary>
public bool IsNeverViewport { get; set; }
/// <summary>
/// Load a configuration from the provided path.
/// </summary>