feat: add config option for ImGui asserts

This commit is contained in:
goaaats 2021-10-07 19:08:15 +02:00
parent 87655d51cb
commit 521efe2bd7
No known key found for this signature in database
GPG key ID: F18F057873895461
2 changed files with 12 additions and 1 deletions

View file

@ -160,6 +160,11 @@ namespace Dalamud.Configuration.Internal
/// </summary>
public bool LogOpenAtStartup { get; set; }
/// <summary>
/// Gets or sets a value indicating whether or not ImGui asserts should be enabled at startup.
/// </summary>
public bool AssertsEnabledAtStartup { get; set; }
/// <summary>
/// Gets or sets a value indicating whether or not docking should be globally enabled in ImGui.
/// </summary>