feat: add option to show dev bar at startup (#809)

This commit is contained in:
kalilistic 2022-04-20 03:39:35 -04:00 committed by GitHub
parent 90c4bb2b24
commit 9335ac4ec9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

View file

@ -199,6 +199,11 @@ namespace Dalamud.Configuration.Internal
/// </summary>
public bool LogOpenAtStartup { get; set; }
/// <summary>
/// Gets or sets a value indicating whether or not the dev bar should open at startup.
/// </summary>
public bool DevBarOpenAtStartup { get; set; }
/// <summary>
/// Gets or sets a value indicating whether or not ImGui asserts should be enabled at startup.
/// </summary>