feat: make docking configurable

This commit is contained in:
goat 2021-04-07 23:47:13 +02:00
parent 0c8e15a39f
commit 5267636048
3 changed files with 38 additions and 3 deletions

View file

@ -107,6 +107,11 @@ namespace Dalamud.Configuration
/// </summary>
public bool LogOpenAtStartup { get; set; }
/// <summary>
/// Gets or sets a value indicating whether or not docking should be globally enabled in ImGui.
/// </summary>
public bool IsDocking { get; set; }
/// <summary>
/// Load a configuration from the provided path.
/// </summary>