chore: fix defaults for Universalis

This commit is contained in:
goaaats 2022-04-05 18:14:15 +02:00
parent 3496bd5fa3
commit 040a96e36b
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
3 changed files with 7 additions and 5 deletions

View file

@ -298,7 +298,7 @@ namespace Dalamud.Configuration.Internal
/// <summary>
/// Gets or sets a value indicating whether or not market board data should be uploaded.
/// </summary>
public bool DoMbCollect { get; set; } = false;
public bool IsMbCollect { get; set; } = true;
/// <summary>
/// Load a configuration from the provided path.