mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +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>
|
/// </summary>
|
||||||
public bool IsDocking { get; set; }
|
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>
|
/// <summary>
|
||||||
/// Load a configuration from the provided path.
|
/// Load a configuration from the provided path.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue