Config to disable the Duty Pop message

This commit is contained in:
pohky 2020-08-08 06:42:43 +02:00
parent 73aea2d67c
commit 937898e404
3 changed files with 10 additions and 1 deletions

View file

@ -30,6 +30,7 @@ namespace Dalamud
public Dictionary<int, PreferredRole> PreferredRoleReminders { get; set; }
public bool DutyFinderTaskbarFlash { get; set; } = true;
public bool DutyFinderChatMessage { get; set; } = true;
public string LanguageOverride { get; set; }