mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 20:33:40 +01:00
refactor: rename IsNeverViewport to IsDisableViewport
This commit is contained in:
parent
e17745349a
commit
79a5cc1ed4
3 changed files with 4 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue