diff options
Diffstat (limited to 'Malmstone/Configuration.cs')
| -rw-r--r-- | Malmstone/Configuration.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Malmstone/Configuration.cs b/Malmstone/Configuration.cs index eac9c63..1d0ed84 100644 --- a/Malmstone/Configuration.cs +++ b/Malmstone/Configuration.cs @@ -16,6 +16,8 @@ public class Configuration : IPluginConfiguration public bool ShowProgressionChatPostCC { get; set; } = true; public bool ShowProgressionChatPostFL { get; set; } = true; public bool ShowMainWindowOnPVPReward { get; set; } = true; + public bool SkipProgressionToastAfterGoal { get; set; } = false; + public bool SkipProgressionChatAfterGoal { get; set; } = false; // the below exist just to make saving less cumbersome public void Save() |
