mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-16 12:57:44 +01:00
Config to disable the Duty Pop message
This commit is contained in:
parent
73aea2d67c
commit
937898e404
3 changed files with 10 additions and 1 deletions
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue