mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-28 11:29:18 +01:00
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:
commit
b37a2d1786
4 changed files with 5 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue