mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
feat: add IsNeverViewport to DalamudConfiguration
This commit is contained in:
parent
d53bc4b1cb
commit
425e9e26e0
1 changed files with 5 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue