diff options
Diffstat (limited to 'Malmstone/Configuration.cs')
| -rw-r--r-- | Malmstone/Configuration.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Malmstone/Configuration.cs b/Malmstone/Configuration.cs index 1d0ed84..c4d091b 100644 --- a/Malmstone/Configuration.cs +++ b/Malmstone/Configuration.cs @@ -1,5 +1,4 @@ using Dalamud.Configuration; -using Dalamud.Plugin; using System; namespace Malmstone; @@ -18,6 +17,7 @@ public class Configuration : IPluginConfiguration public bool ShowMainWindowOnPVPReward { get; set; } = true; public bool SkipProgressionToastAfterGoal { get; set; } = false; public bool SkipProgressionChatAfterGoal { get; set; } = false; + public bool TrackFrontlineBonus { get; set; } = false; // the below exist just to make saving less cumbersome public void Save() |
