Merge pull request #235 from Aireil/move_opt_out_mb_to_start_info

Move opt-out MB collection to start info
This commit is contained in:
goaaats 2021-01-16 00:01:34 +01:00 committed by GitHub
commit b37a2d1786
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 4 deletions

View file

@ -11,8 +11,6 @@ namespace Dalamud
[Serializable]
internal class DalamudConfiguration
{
public bool OptOutMbCollection { get; set; } = false;
public List<string> BadWords { get; set; }
public bool DutyFinderTaskbarFlash { get; set; } = true;