diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-09-06 23:28:42 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-09-07 00:00:11 -0700 |
| commit | 728d9ff38a19f0a8b72bcb004d56edabec138af8 (patch) | |
| tree | e9ca217f591ccb4b4b7071e6f6ab25afdf5710c6 /Malmstone/Configuration.cs | |
| parent | 4ce9ff0b50ebc95078459ba3108c9390dfc7aa84 (diff) | |
add toast and chat notification override if default series level is reached
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() |
