feat: add dev bar info toggle (#805)

This commit is contained in:
kalilistic 2022-04-20 03:40:44 -04:00 committed by GitHub
parent a892933714
commit eca9fcce3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 6 deletions

View file

@ -311,6 +311,11 @@ namespace Dalamud.Configuration.Internal
/// </summary>
public bool IsMbCollect { get; set; } = true;
/// <summary>
/// Gets or sets a value indicating whether or not to show info on dev bar.
/// </summary>
public bool ShowDevBarInfo { get; set; } = true;
/// <summary>
/// Load a configuration from the provided path.
/// </summary>