mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 05:43:40 +01:00
write code
This commit is contained in:
parent
ef64a67d10
commit
d8861ec7da
6 changed files with 46 additions and 46 deletions
|
|
@ -444,7 +444,7 @@ internal sealed class DalamudConfiguration : IInternalDisposableService
|
|||
public bool WindowIsImmersive { get; set; } = false;
|
||||
|
||||
/// <summary>Gets or sets the mode specifying how to handle ReShade.</summary>
|
||||
public ReShadeHandlingMode ReShadeHandlingMode { get; set; } = ReShadeHandlingMode.ReShadeAddon;
|
||||
public ReShadeHandlingMode ReShadeHandlingMode { get; set; } = ReShadeHandlingMode.Default;
|
||||
|
||||
/// <summary>Gets or sets the swap chain hook mode.</summary>
|
||||
public SwapChainHelper.HookMode SwapChainHookMode { get; set; } = SwapChainHelper.HookMode.ByteCode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue