feat: make Windows 11 immersive mode configurable

This commit is contained in:
goat 2023-02-19 13:27:58 +01:00
parent 9c321b2c05
commit 1e40cabdc6
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
7 changed files with 97 additions and 20 deletions

View file

@ -346,6 +346,11 @@ internal sealed class DalamudConfiguration : IServiceType
/// </summary>
public List<PluginTestingOptIn>? PluginTestingOptIns { get; set; }
/// <summary>
/// Gets or sets a value indicating whether the FFXIV window should be toggled to immersive mode.
/// </summary>
public bool WindowIsImmersive { get; set; } = false;
/// <summary>
/// Load a configuration from the provided path.
/// </summary>